# 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 = "ehsm" version = "0.1.1" authors = ["Kobus Grobler "] exclude = ["*.json"] description = "Rust integration library for libehsm" homepage = "https://github.com/ellipticSecure/ehsm-rust" readme = "README.md" keywords = ["pkcs11", "cryptoki", "btc", "bip32"] categories = ["cryptography", "hardware-support"] license = "Apache-2.0" license-file = "LICENSE" repository = "https://github.com/ellipticSecure/ehsm-rust" [dependencies.bs58] version = "0.3.1" features = ["check"] [dependencies.libloading] version = "0.5.2" [dependencies.pkcs11] version = "0.5.0" [dev-dependencies.hex] version = "0.4" [dev-dependencies.serial_test] version = "0.4.0" [dev-dependencies.serial_test_derive] version = "0.4.0"