# 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 = "mti" version = "1.0.7-beta.1" authors = ["rrrodzilla@proton.me"] description = "A Rust library that implements type-safe, prefix-enhanced identifiers based on the TypeID Specification" documentation = "https://docs.rs/mti" readme = "README.md" keywords = [ "typeid", "uuid", "identifier", "distributed-systems", ] categories = [ "data-structures", "development-tools", "encoding", "parser-implementations", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/GovCraft/mti" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.typeid_prefix] version = "1.1.1-beta.1" [dependencies.typeid_suffix] version = "1.0.2-beta.1" [dev-dependencies.proptest] version = "1.5.0" features = ["proptest-macro"] [dev-dependencies.uuid] version = "1.10.0" features = ["v4"] [features] default = [] instrument = [ "typeid_prefix/instrument", "typeid_suffix/instrument", ] [lints.clippy] cargo_common_metadata = "warn" missing_errors_doc = "warn" missing_panics_doc = "warn" module_name_repetitions = "allow" must_use_candidate = "warn" [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust] missing_debug_implementations = "warn" missing_docs = "deny" trivial_casts = "warn" trivial_numeric_casts = "warn" unsafe_code = "deny" unused_extern_crates = "warn" unused_import_braces = "warn" unused_qualifications = "warn" unused_results = "warn"