# 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" rust-version = "1.72" name = "squint" version = "0.1.4" authors = ["Stanislav Stoyanov "] description = "Encode sequential integer ids as random looking strings" documentation = "https://docs.rs/squint" readme = "README.md" keywords = [ "sql", "id", "encode", "obfuscate", ] categories = [ "cryptography", "encoding", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/grimerssy/squint" [profile.test.package.proptest] opt-level = 3 [profile.test.package.rand_chacha] opt-level = 3 [dependencies.aes] version = "0.8.4" [dependencies.const-fnv1a-hash] version = "1.1.0" optional = true [dev-dependencies.prop-test] version = "0.1.1" [features] default = [ "std", "tag", ] std = [] tag = ["dep:const-fnv1a-hash"] zeroize = ["aes/zeroize"]