# 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_suffix" version = "1.0.2-beta.1" authors = ["rrrodzilla@proton.me"] description = "A Rust library that implements the UUID suffix part of the `TypeId`Specification" documentation = "https://docs.rs/typeid_suffix" readme = "README.md" keywords = [ "typeid", "suffix", "uuid", "base32", "encoding", ] categories = [ "encoding", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/GovCraft/typeid_suffix" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.tracing] version = "0.1.40" optional = true [dependencies.uuid] version = "1.3" features = [ "v1", "v3", "v4", "v5", "v6", "v7", ] [dev-dependencies.arbitrary] version = "1.3.2" features = ["derive"] [dev-dependencies.proptest] version = "1.5.0" features = ["proptest-macro"] [dev-dependencies.rstest] version = "0.21.0" [dev-dependencies.rstest_reuse] version = "0.7.0" [dev-dependencies.uuid] version = "1.3" features = [ "arbitrary", "v1", "v3", "v4", "v5", "v6", "v7", "v8", ] [features] 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"