# 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" rust-version = "1.60" name = "strong_id" version = "0.4.0" authors = ["Tyrone Tudehope"] exclude = [".github/**"] description = "Strongly typed, base32 encoded IDs" homepage = "https://github.com/johnnynotsolucky/strong_id" documentation = "https://docs.rs/strong_id" readme = "crates-io.md" keywords = [ "unique", "uuid", "id", "base32", "typeid", ] categories = [] license = "Apache-2.0 OR MIT" repository = "https://github.com/johnnynotsolucky/strong_id" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] targets = ["x86_64-unknown-linux-gnu"] [dependencies.bitvec] version = "1" features = [ "atomic", "alloc", ] default-features = false [dependencies.serde] version = "1.0" features = ["std"] optional = true default-features = false [dependencies.strong_id_macros] version = "=0.4.0" [dependencies.thiserror] version = "1.0" [dependencies.uuid] version = "1.6" features = ["std"] optional = true default-features = false [dev-dependencies.serde_json] version = "1.0" [features] all = [ "delimited", "serde", "uuid", "uuid-v1", "uuid-v3", "uuid-v4", "uuid-v5", "uuid-v6", "uuid-v7", "uuid-v8", ] default = [ "delimited", "uuid", "uuid-v4", ] delimited = ["strong_id_macros/delimited"] serde = [ "dep:serde", "strong_id_macros/serde", ] typeid = [ "delimited", "uuid", "uuid-v7", ] uuid = ["dep:uuid"] uuid-v1 = [ "strong_id_macros/uuid-v1", "uuid?/v1", ] uuid-v3 = [ "strong_id_macros/uuid-v3", "uuid?/v3", ] uuid-v4 = [ "strong_id_macros/uuid-v4", "uuid?/v4", ] uuid-v5 = [ "strong_id_macros/uuid-v5", "uuid?/v5", ] uuid-v6 = [ "strong_id_macros/uuid-v6", "uuid?/v6", ] uuid-v7 = [ "strong_id_macros/uuid-v7", "uuid?/v7", ] uuid-v8 = [ "strong_id_macros/uuid-v8", "uuid?/v8", ]