# 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 = "ua-parser" version = "0.2.0" description = "Rust implementation of the User Agent String Parser project" homepage = "https://github.com/ua-parser/uap-rust/" documentation = "https://docs.rs/ua-parser/" readme = "README.md" keywords = [ "ua_parser", "user-agent", "user-agent-parser", ] license = "Apache-2.0" repository = "https://github.com/ua-parser/uap-rust/" [dependencies.regex] version = "1.10.4" [dependencies.regex-filtered] version = "0.2.0" [dependencies.serde] version = "1.0.203" features = ["derive"] [dev-dependencies.clap] version = "4.5.6" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.117" [dev-dependencies.serde_yaml] version = "0.9.34"