# 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 = "rusty_ulid" version = "2.0.0" authors = ["Joern Huxhorn "] description = "Rust ULID (Universally Unique Lexicographically Sortable Identifier) generation and processing" readme = "README.md" keywords = [ "ulid", "uuid", "sortable", "identifier", ] categories = [ "data-structures", "date-and-time", "encoding", "parsing", "value-formatting", ] license = "MIT/Apache-2.0" repository = "https://github.com/huxi/rusty_ulid" [[test]] name = "schemars" required-features = ["schemars"] [[test]] name = "rocket" required-features = ["rocket"] [[bench]] name = "my_benchmark" harness = false [dependencies.chrono] version = "0.4" features = [ "std", "clock", ] optional = true default_features = false [dependencies.rand] version = "0.8" optional = true [dependencies.rocket] version = "0.5.0-rc.2" optional = true [dependencies.schemars] version = "0.8" optional = true [dependencies.serde] version = "1" optional = true [dependencies.time] version = "0.3" features = [ "std", "formatting", ] optional = true default_features = false [dev-dependencies.criterion] version = "0.4" [dev-dependencies.doc-comment] version = "0.3" [dev-dependencies.pretty_assertions] version = "1.2.1" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.serde_test] version = "1" [features] default = [ "rand", "time", "serde", ]