[package] name = "rbx_asset" version = "0.2.3" edition = "2021" publish = ["strafesnet"] repository = "https://git.itzana.me/StrafesNET/asset-tool" license = "MIT OR Apache-2.0" description = "Strongly typed interface to the Roblox API using a Cookie or an API key." authors = ["Rhys Lloyd "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = { version = "0.4.38", features = ["serde"] } flate2 = "1.0.29" reqwest = { version = "0.12.4", features = ["json","multipart"] } serde = { version = "1.0.199", features = ["derive"] } serde_json = "1.0.111" url = "2.5.0"