# 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 = "auid" version = "3.0.1" description = "64 bit timestamp-first unique identifier" documentation = "https://docs.rs/auid/latest/auid" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/abineo-ag/auid-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies._bs58] version = "0.5" optional = true package = "bs58" [dependencies._data-encoding] version = "2.4" optional = true package = "data-encoding" [dependencies._faster-hex] version = "0.8" features = [ "alloc", "std", ] optional = true default-features = false package = "faster-hex" [dependencies.chrono] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0" [features] base16 = ["_faster-hex"] base32 = ["_data-encoding"] base58 = ["_bs58"] base64 = ["_data-encoding"] default = [ "serde", "base16", "base32", "base58", "base64", ] hex = ["base16"]