# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "client-3dsdb" version = "1.0.0" description = "A Rust client for 3DS title DBs." license = "MIT" repository = "https://github.com/Lewis-Trowbridge/client-3dsdb" [package.metadata.docs.rs] all-features = true [dependencies.futures] version = "0.3.28" optional = true [dependencies.itertools] version = "0.11.0" optional = true [dependencies.rayon] version = "1.7.0" [dependencies.reqwest] version = "0.11.18" features = [ "default", "blocking", "json", ] [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde-xml-rs] version = "0.6.0" optional = true [dependencies.serde_json] version = "1.0.100" optional = true [dependencies.strum] version = "0.25.0" optional = true [dependencies.strum_macros] version = "0.25.1" optional = true [dev-dependencies.async-std] version = "1.12.0" features = [ "attributes", "tokio1", ] [dev-dependencies.once_cell] version = "1.18.0" [dev-dependencies.rstest] version = "0.18.1" [features] json = [ "dep:serde_json", "dep:strum", "dep:strum_macros", "dep:futures", "dep:itertools", ] xml = ["dep:serde-xml-rs"]