# 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] edition = "2018" name = "rksuid" version = "0.4.0" authors = ["nharring@gmail.com"] description = "Rust implementation of the Segment.io KSUID format" readme = "README.md" keywords = ["ksuid", "uuid"] license = "MIT" repository = "https://github.com/nharring/rksuid" [[bench]] name = "rksuid_criterion" harness = false [dependencies.arrayref] version = "0.3.5" [dependencies.base-encode] version = "0.3.0" [dependencies.chrono] version = "0.4" [dependencies.rand] version = "0.7" [dependencies.rand_core] version = "0.5.1" [dependencies.rand_pcg] version = "0.2.0" [dependencies.strum] version = "0.16.0" [dependencies.strum_macros] version = "0.16.0" [dependencies.time] version = "0.1" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.ksuid] version = "0.2.0" [badges.codecov] branch = "master" repository = "nharring/rksuid" service = "github" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "nharring/rksuid"