# 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" rust-version = "1.65" name = "cpe" version = "0.1.5" authors = ["Ken Johnson "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CPE 2.2 and 2.3 handling in Rust" documentation = "https://docs.rs/cpe" readme = "README.md" keywords = ["cpe"] license = "MIT OR Apache-2.0" repository = "https://github.com/KenDJohnson/cpe-rs" [lib] name = "cpe" path = "src/lib.rs" [dependencies.derive_builder] version = "0.9" [dependencies.language-tags] version = "0.3" [dependencies.lazy_static] version = "1.4" [dependencies.percent-encoding] version = "2.1" [dependencies.regex] version = "1.4" [dependencies.thiserror] version = "1.0" [features] default = ["display"] display = [] permissive_encoding = []