# 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 = "2018" name = "vndb" version = "0.16.0" authors = ["Douman "] include = [ "**/*.rs", "Cargo.toml", "README.md", ] description = "Kawaii VNDB API" documentation = "https://docs.rs/vndb" readme = "README.md" keywords = ["vndb"] license = "MIT" repository = "https://github.com/DoumanAsh/vndb.rs" [package.metadata.docs.rs] features = [ "rustls-on", "tokio-on", ] [dependencies.rustls] version = "0.23" optional = true default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1.28" features = [ "net", "io-util", ] optional = true [dependencies.tokio-rustls] version = "0.26" optional = true default-features = false [dependencies.webpki-roots] version = "0.26" optional = true default-features = false [dev-dependencies.rustls] version = "0.23" features = ["ring"] default-features = false [dev-dependencies.tokio] version = "1.0" features = [ "rt", "macros", ] [features] default = [] rustls-on = [ "rustls", "webpki-roots", ] tokio-on = [ "tokio", "tokio-rustls", ]