# 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 = "oid2" version = "0.1.0" description = "An id schema that is compatible with uuid, lexicographcally sorted (won't explode database indexes), readable, and double-click-copyable." readme = "README.md" license = "MIT" [lib] name = "oid" path = "src/lib.rs" [dependencies.chrono] version = "0.4.24" optional = true [dependencies.rand] version = "0.8.5" optional = true [dependencies.sqlx] version = "0.6.3" features = ["runtime-tokio-rustls"] optional = true [dependencies.time] version = "0.3.20" optional = true [dependencies.uuid] version = "1.3.1" optional = true [features] default = [ "rand", "chrono", ]