# 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 = "tss2-fapi-rs" version = "0.5.3" authors = ["Daniel Trick "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Provides a Rust interface to the TSS2.0 Feature API (FAPI)" readme = "docs/crates.io-README.md" license = "BSD-3-Clause" repository = "https://github.com/tpm2-software/rust-tss-fapi/" [lib] name = "tss2_fapi_rs" path = "src/lib.rs" [[example]] name = "1_get_random" path = "examples/1_get_random.rs" [[example]] name = "2_sign_and_verify" path = "examples/2_sign_and_verify.rs" [[example]] name = "3_auth_callback" path = "examples/3_auth_callback.rs" [[test]] name = "01_version_test" path = "tests/01_version_test.rs" [[test]] name = "02_get_info_test" path = "tests/02_get_info_test.rs" [[test]] name = "03_provision_test" path = "tests/03_provision_test.rs" [[test]] name = "04_get_random_test" path = "tests/04_get_random_test.rs" [[test]] name = "05_key_test" path = "tests/05_key_test.rs" [[test]] name = "06_encrypt_decrypt_test" path = "tests/06_encrypt_decrypt_test.rs" [[test]] name = "07_signature_test" path = "tests/07_signature_test.rs" [[test]] name = "08_nv_test" path = "tests/08_nv_test.rs" [[test]] name = "09_policy_test" path = "tests/09_policy_test.rs" [[test]] name = "10_sealed_object_test" path = "tests/10_sealed_object_test.rs" [[test]] name = "11_prc_test" path = "tests/11_prc_test.rs" [[test]] name = "12_duplicate_test" path = "tests/12_duplicate_test.rs" [[test]] name = "13_authorize_policy_test" path = "tests/13_authorize_policy_test.rs" [[test]] name = "14_certificate_test" path = "tests/14_certificate_test.rs" [[test]] name = "15_description_test" path = "tests/15_description_test.rs" [[test]] name = "16_app_data_test" path = "tests/16_app_data_test.rs" [[test]] name = "17_change_auth_test" path = "tests/17_change_auth_test.rs" [[test]] name = "18_get_tcti_test" path = "tests/18_get_tcti_test.rs" [[test]] name = "19_multithread_test" path = "tests/19_multithread_test.rs" [dependencies.json] version = "0.12.4" [dependencies.libc] version = "0.2.159" [dependencies.log] version = "0.4.22" [dev-dependencies.const-random] version = "0.1.18" [dev-dependencies.digest] version = "0.10.7" [dev-dependencies.env_logger] version = "0.11.5" [dev-dependencies.function_name] version = "0.3.0" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.memory-stats] version = "1.2.0" [dev-dependencies.p256] version = "0.13.2" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_chacha] version = "0.3.1" [dev-dependencies.regex] version = "1.11.0" [dev-dependencies.rsa] version = "0.9.6" [dev-dependencies.serial_test] version = "3.1.1" [dev-dependencies.sha2] version = "0.10.8" [dev-dependencies.uuid] version = "1.10.0" [build-dependencies.bindgen] version = "0.70.1" [build-dependencies.pkg-config] version = "0.3.31"