# 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 = "s390_pv" version = "0.10.0" description = "s390-tools IBM Secure Execution utilities" readme = "README.md" keywords = [ "s390", "s390x", "IBM_Secure_Execution", ] categories = ["hardware-support"] license = "MIT" repository = "https://github.com/ibm-s390-linux/s390-tools/tree/master/rust" [dependencies.byteorder] version = "1.3" [dependencies.curl] version = "0.4.44" [dependencies.foreign-types] version = "0.3.1" [dependencies.log] version = "0.4.6" features = [ "std", "release_max_level_debug", ] [dependencies.openssl] version = "0.10.57" [dependencies.openssl-sys] version = "0.9.92" [dependencies.pv_core] version = "0.10.0" package = "s390_pv_core" [dependencies.serde] version = "1.0.139" features = ["derive"] [dependencies.thiserror] version = "1.0.33" [dependencies.zerocopy] version = "0.7" features = ["derive"] [dev-dependencies.serde_test] version = "1.0.139"