# 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 = "botagent" version = "0.1.0" build = false exclude = [ ".github/*", ".gitignore", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A bot user agent detection library using regex patterns." homepage = "https://github.com/nubilfi/botagent" documentation = "https://docs.rs/botagent/latest/botagent" readme = "README.md" keywords = [ "bot", "useragent", "detection", "regex", "pcre2", ] license-file = "LICENSE" repository = "https://github.com/nubilfi/botagent" [lib] name = "botagent" path = "src/lib.rs" [[bench]] name = "botagent_benchmark" path = "benches/botagent_benchmark.rs" harness = false [dependencies.once_cell] version = "1.19.0" [dependencies.pcre2] version = "0.2.9" [dependencies.serde] version = "1.0.208" features = ["derive"] [dependencies.serde_json] version = "1.0.125" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.tempfile] version = "3.12.0"