# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "eip_1024" version = "0.1.1" authors = ["hskang9 "] description = "EIP-1024 encryption" documentation = "https://docs.rs/eip-1024" readme = "README.md" keywords = ["eip-1024", "eip1024", "eip"] license = "GPL-3.0" repository = "https://github.com/hskang9/eip-1024" [dependencies.arrayref] version = "0.3.5" [dependencies.hex] version = "0.4.0" [dependencies.saltbabe] version = "0.1.0"