# 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 = "svix-ksuid" version = "0.8.0" authors = ["Svix Inc. "] description = "A pure Rust and fully tested KSUID implementation" homepage = "https://www.svix.com" readme = "README.md" keywords = [ "ksuid", "uuid", "svix", "segment", ] categories = [ "data-structures", "concurrency", "database", "encoding", ] license = "MIT" repository = "https://github.com/svix/rust-ksuid" [dependencies.base-encode] version = "^0.3.1" [dependencies.byteorder] version = "^1.4.3" [dependencies.getrandom] version = "0.2.4" [dependencies.serde] version = "^1.0.145" features = ["derive"] optional = true [dependencies.time] version = "0.3.7" [dev-dependencies.serde] version = "^1.0.145" features = ["derive"] [dev-dependencies.serde_json] version = "^1.0.85" [features] default = [] serde = ["dep:serde"] [badges.maintenance] status = "actively-developed"