# 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 = "type-safe-id" version = "0.3.0" description = "A type-safe, K-sortable, globally unique identifier" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/conradludgate/type-safe-id" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[test]] name = "spec" path = "tests/spec.rs" harness = false [[bench]] name = "type_id" harness = false [dependencies.arbitrary] version = "1.0.0" optional = true [dependencies.arrayvec] version = "0.7.0" [dependencies.rand] version = "0.8.0" [dependencies.serde] version = "1.0.0" optional = true [dependencies.thiserror] version = "1.0.0" [dependencies.uuid] version = "1.6.0" features = ["v7"] [dev-dependencies.criterion] version = "0.5" [dev-dependencies.libtest-mimic] version = "0.7" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_yaml] version = "0.9" [dev-dependencies.uuid] version = "1" features = ["serde"] [features] arbitrary = ["dep:arbitrary"] default = [] serde = ["dep:serde"]