# 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 = "typeid_prefix" version = "1.1.1-beta.1" authors = ["rrrodzilla@proton.me"] description = "A Rust library that implements a type-safe version of the TypePrefix section of the `TypeID` Specification" documentation = "https://docs.rs/typeid_prefix" readme = "README.md" keywords = [ "typeid", "prefix", "validation", "sanitization", ] categories = [ "data-structures", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/GovCraft/typeid_prefix" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.arbitrary] version = "1.3.2" features = ["derive"] optional = true [dependencies.tracing] version = "0.1.40" optional = true [dev-dependencies.arbitrary] version = "1.3.2" features = ["derive"] [dev-dependencies.proptest] version = "1.5.0" features = ["proptest-macro"] [features] arbitrary = ["dep:arbitrary"] default = [] instrument = ["tracing"] [lints.clippy] module_name_repetitions = "allow" [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust] missing_docs = "deny" unsafe_code = "deny"