# 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 = "woothee" version = "0.13.0" authors = ["hhatto "] build = "build.rs" description = "user-agent strings parser" documentation = "https://docs.rs/woothee" readme = "README.md" keywords = ["useragent", "ua"] license = "Apache-2.0" repository = "https://github.com/woothee/woothee-rust" [[bench]] name = "benchmark" path = "benches/benchmark.rs" [dependencies.lazy_static] version = "1.3.0" [dependencies.regex] version = "1" [dev-dependencies.uap-rust] version = "0.0.4" [dev-dependencies.uaparser] version = "0.4" [build-dependencies.glob] version = "0.3.0" optional = true [build-dependencies.serde] version = "1.0" optional = true [build-dependencies.serde_derive] version = "1.0" optional = true [build-dependencies.serde_json] version = "1.0" optional = true [build-dependencies.tempdir] version = "0.3" optional = true [build-dependencies.tera] version = "1" optional = true [build-dependencies.yaml-rust] version = "0.4" optional = true [features] default = [] generate = ["yaml-rust", "tera", "tempdir", "glob", "serde", "serde_json", "serde_derive"]