# 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 = "hive_memo" version = "0.1.2" authors = [ "LeoFinance ", "Deniz ", "mrberenben", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A crate for encrypting and decrypting Hive Blockchain memos using elliptic curve cryptography and AES." homepage = "https://github.com/LeoFinance/hive-memo-rs#readme" documentation = "https://docs.rs/hive_memo_rs" readme = "README.md" keywords = [ "encryption", "hive", "hive-blockchain", "memo", "aes", ] categories = [ "cryptography::cryptocurrencies", "cryptography", ] license = "MIT OR Apache-2.0" repository = "https://github.com/LeoFinance/hive-memo-rs" [lib] name = "hive_memo" path = "src/lib.rs" [[test]] name = "keys_tests" path = "tests/keys_tests.rs" [[test]] name = "serialization_test" path = "tests/serialization_test.rs" [dependencies.aes] version = "0.7" [dependencies.base58] version = "0.1" [dependencies.block-modes] version = "0.8" [dependencies.bs58] version = "0.5.1" [dependencies.bytes] version = "1.7.1" [dependencies.hex] version = "0.4" [dependencies.k256] version = "0.10" features = [ "ecdsa", "sha256", "ecdh", ] [dependencies.rand] version = "0.8.5" [dependencies.ripemd] version = "0.1.3" [dependencies.ripemd160] version = "0.10.0" [dependencies.secp256k1] version = "0.24" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1.0" [dependencies.varint] version = "0.2.0"