# 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 = "uaparser" version = "0.6.4" authors = ["Ocean Lewis"] description = "A Rust implementation of the UA Parser" homepage = "https://github.com/davidarmstronglewis/uap-rs" documentation = "https://docs.rs/uap-rs/" readme = "README.md" keywords = [ "user", "agent", "parser", "uap", "uaparser", ] license = "MIT" repository = "https://github.com/davidarmstronglewis/uap-rs" [[bench]] name = "benchmark" harness = false [dependencies.derive_more] version = "0.99" [dependencies.lazy_static] version = "1.4" [dependencies.regex] version = "1.10" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dev-dependencies.criterion] version = "0.5"