# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "oysterpack_uid" version = "0.2.0" authors = ["Alfio Zappala "] description = "OysterPack UID is used to generate unique identifiers" homepage = "https://github.com/oysterpack/oysterpack/tree/master/oysterpack-uid" documentation = "https://docs.rs/oysterpack_uid" readme = "README.md" keywords = ["ulid"] license = "MIT/Apache-2.0" repository = "https://github.com/oysterpack/oysterpack" [dependencies.chrono] version = "0.4.6" [dependencies.rusty_ulid] version = "0.6" [dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.oysterpack_testing] version = "0.1" [dev-dependencies.serde_json] version = "1.0.32" [dev-dependencies.uuid] version = "0.6" features = ["v4", "serde"] [dev-dependencies.version-sync] version = "0.5" [badges.maintenance] status = "actively-developed"