# 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 = "cryptid-rs" version = "0.1.1" authors = ["Ville Laurikari "] description = "A library to encrypt and decrypt integer IDs to URL safe strings" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/laurikari/cryptid-rs" [lib] name = "cryptid_rs" path = "src/lib.rs" [dependencies.aes] version = "^0.8.4" [dependencies.base62] version = "^2.0.2" [dependencies.diesel] version = "^2.2.1" features = ["postgres"] [dependencies.fpe] version = "^0.6.1" [dependencies.hkdf] version = "^0.12.4" [dependencies.hmac] version = "^0.12.1" features = ["reset"] [dependencies.once_cell] version = "^1.19.0" [dependencies.serde] version = "^1.0.204" features = ["derive"] [dependencies.sha2] version = "^0.10.8" [dependencies.uuid] version = "^1.10.0" [dev-dependencies.criterion] version = "^0.5.1" [dev-dependencies.rand] version = "^0.8.5" [dev-dependencies.serde_json] version = "^1.0.120"