# 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.78" name = "ultimate-common" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust libraries" readme = "README.md" license-file = "LICENSE" [lib] name = "ultimate_common" path = "src/lib.rs" [[example]] name = "example-metas" path = "examples/example-metas.rs" [dependencies.base16ct] version = "0.2" features = ["alloc"] [dependencies.base64ct] version = "1" features = [ "std", "alloc", ] [dependencies.chrono] version = "0.4" features = [ "std", "clock", "serde", ] default-features = false [dependencies.hmac] version = "0.12" [dependencies.prost-types] version = "0.13" optional = true [dependencies.rand] version = "0.8" [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1" [dev-dependencies.dotenvy] version = "0.15" [dev-dependencies.serde_json] version = "1"