# 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] edition = "2018" name = "fast_uaparser" version = "2.0.1" authors = ["Phil Booth "] build = "build.rs" description = "Regex-based parser for User-Agent request headers" documentation = "https://philbooth.gitlab.io/uaparser-rs/fast_uaparser/" readme = "README.md" keywords = ["user-agent", "ua", "header", "parser"] categories = ["parsing"] license = "Apache-2.0" repository = "https://gitlab.com/philbooth/uaparser-rs" [dependencies.fancy-regex-fork-pb] version = "0.1.1" [dependencies.lazy_static] version = ">=1.3.0" [dependencies.parking_lot] version = ">=0.9.0" [dependencies.serde] version = ">=1.0.97" [build-dependencies.fancy-regex-fork-pb] version = "0.1.1" [build-dependencies.reqwest] version = ">=0.9.19" [build-dependencies.serde] version = ">=1.0.97" features = ["derive"] [build-dependencies.serde_yaml] version = ">=0.8.9" [build-dependencies.tokio] version = ">=0.2.11" features = ["full"] [badges.gitlab] branch = "master" repository = "philbooth/uaparser-rs" [badges.maintenance] status = "actively-developed"