# 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 = "tiny_id" version = "0.1.6" description = "Library for generating non-sequential, tightly-packed short IDs. Use block-id instead." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/paulgb/tiny_id" [dependencies.getrandom] version = "0.2.3" optional = true [dependencies.rand] version = "0.8.4" default_features = false [dependencies.rand_chacha] version = "0.3.1" [dependencies.serde] version = "1.0.130" features = ["derive"] optional = true [dev-dependencies.serde_json] version = "1.0.73" [features] default = [ "getrandom", "serialize", ] js = ["getrandom/js"] serialize = [ "rand_chacha/serde1", "rand/serde1", "serde", ]