[package] name = "ygoprodb" version = "0.1.0" authors = ["whoastonic "] include = [ "**/*.rs", "Cargo.toml" ] license = "MIT" edition = "2018" readme = "README.md" repository = "https://github.com/dmg-discord-bot/extractor" description = "Extracts card/cardset info from YGOProDB, then storing into a JSON file." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bytes = "1.0" serde_json = "1.0" tokio = { version = "1", features = ["full"] } serde = { version = "1", features = ["derive"] } reqwest = { version = "0.11", features = ["json"] } clap = { version = "2.33", default-features = false, features = ["color", "suggestions", "yaml"] }