# 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 = "ulys" version = "31.0.0" authors = [ "dylanhart ", "adriantombu ", ] build = false exclude = [ ".github/*", "deny.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "a Universally Unique Lexicographically Sortable Identifier implementation, with a checksum" readme = "README.md" keywords = [ "ulys", "ulid", "uuid", "sortable", "identifier", ] license = "MIT" repository = "https://github.com/ystorian/ulys" [lib] name = "ulys" path = "src/lib.rs" [dependencies.base32] version = "0.5" [dependencies.bytes] version = "1.0" optional = true [dependencies.postgres-types] version = "0.2" optional = true [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" optional = true [dependencies.serde_derive] version = "1.0" optional = true [dependencies.uuid] version = "1.10" optional = true [dependencies.xxhash-rust] version = "0.8" features = [ "xxh3", "const_xxh3", ] [features] default = [] postgres = [ "dep:bytes", "dep:postgres-types", ] serde = [ "dep:serde", "dep:serde_derive", "dep:uuid", ] uuid = ["dep:uuid"]