# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "caniuse-serde" version = "0.0.6" authors = ["Raphael Cohn "] exclude = ["*"] include = ["README.md", "LICENSE", "COPYRIGHT", "src/**/*.rs", "src/**/*.json", "Cargo.toml", "rustfmt.toml", "clippy.toml"] publish = true description = "A more modern wrapping for parsing and querying the caniuse.com JSON database using Serde 1.0" homepage = "https://github.com/lemonrock/caniuse-serde" documentation = "https://docs.rs/caniuse-serde/" readme = "README.md" keywords = ["html", "css", "caniuse", "serde"] categories = ["database", "web-programming", "api-bindings"] license = "MIT" repository = "https://github.com/lemonrock/caniuse-serde.git" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.lazy_static] version = "0.2" [dependencies.maplit] version = "0.1.6" [dependencies.serde] version = "^1.0" [dependencies.serde_derive] version = "^1.0" [dependencies.serde_json] version = "^1.0" [dependencies.url] version = "1.5.1" [dependencies.url_serde] version = "0.2.0"