2019-12-06 03:25:52 +03:00
|
|
|
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
|
2019-09-18 20:27:50 +03:00
|
|
|
#
|
2019-12-06 03:25:52 +03:00
|
|
|
# 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
|
2019-09-18 20:27:50 +03:00
|
|
|
#
|
2019-12-06 03:25:52 +03:00
|
|
|
# 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)
|
|
|
|
|
2019-09-18 20:27:50 +03:00
|
|
|
[package]
|
|
|
|
name = "pkcs11"
|
2019-12-04 22:13:52 +03:00
|
|
|
version = "0.4.1"
|
2019-09-18 20:27:50 +03:00
|
|
|
authors = ["Marcus Heese <marcus.heese@gmail.com>"]
|
2019-12-06 03:25:52 +03:00
|
|
|
exclude = ["pkcs11-docs/**"]
|
2019-09-18 20:27:50 +03:00
|
|
|
description = "Rust PKCS#11 Library"
|
|
|
|
homepage = "https://github.com/mheese/rust-pkcs11"
|
|
|
|
keywords = ["pkcs11", "cryptoki"]
|
|
|
|
categories = ["external-ffi-bindings", "cryptography", "hardware-support"]
|
|
|
|
license = "Apache-2.0"
|
2019-12-06 03:25:52 +03:00
|
|
|
repository = "https://github.com/mheese/rust-pkcs11"
|
|
|
|
[dependencies.libloading]
|
|
|
|
version = "^0.5"
|
|
|
|
|
|
|
|
[dependencies.num-bigint]
|
|
|
|
version = "^0.2"
|
|
|
|
[dev-dependencies.hex]
|
|
|
|
version = "^0.3"
|
|
|
|
|
|
|
|
[dev-dependencies.num-traits]
|
|
|
|
version = "^0.1"
|
2019-09-18 20:27:50 +03:00
|
|
|
|
2019-12-06 03:25:52 +03:00
|
|
|
[dev-dependencies.serial_test]
|
|
|
|
version = "~0.1"
|
2019-09-18 20:27:50 +03:00
|
|
|
|
2019-12-06 03:25:52 +03:00
|
|
|
[dev-dependencies.serial_test_derive]
|
|
|
|
version = "~0.1"
|