# 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 = "typedid" version = "1.0.0" authors = ["Alisa Jones"] exclude = ["justfile"] description = "A library to generate and parse TypeIDs." documentation = "https://docs.rs/typed_id" readme = "README.md" keywords = [ "guid", "unique", "uuid", "typeid", ] categories = [ "data-structures", "no-std", ] license = "MIT" repository = "https://github.com/alisa101rs/typeid-rs" [package.metadata.docs.rs] features = ["serde"] rustc-args = [ "--cfg", "uuid_unstable", ] [dependencies.data-encoding] version = "2.4.0" [dependencies.serde] version = "1" optional = true [dependencies.smol_str] version = "0.2.0" [dependencies.uuid] version = "1.4.0" features = ["v7"] [features] default = ["std"] std = [ "uuid/std", "smol_str/std", "serde?/std", ]