# 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 = "awid" version = "1.1.0" authors = ["Normantas"] description = "Small, simple, universally unique identifiers." readme = "README.md" keywords = [ "identifier", "id", ] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/Normantas/awid" [[bench]] name = "benchmark" harness = false [dependencies.base32] version = "0.5.0" optional = true [dependencies.chrono] version = "0.4.38" optional = true [dependencies.rand_core] version = "0.6.4" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.61" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.5" [features] base32 = ["dep:base32"] chrono = ["dep:chrono"] default = ["base32"] serde = ["dep:serde"]