# 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 = "hohibe" version = "0.1.0" description = "Hierarchical Identity Based Encryption (HIBE) for Rust" readme = "README.md" categories = [ "mathematics", "cryptography", ] license = "LGPL-3.0-or-later" repository = "https://codeberg.org/dunj3/hohibe" [dependencies.aes] version = "0.8.3" [dependencies.bincode] version = "1.3.3" [dependencies.bls12_381_plus] version = "0.8.9" [dependencies.ctr] version = "0.9.2" features = [ "alloc", "std", ] [dependencies.hex] version = "0.4.3" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.sha3] version = "0.10.8" [dependencies.thiserror] version = "1.0.50"