# 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 = "configfs-tsm" version = "0.0.1" authors = ["Entropy Cryptography "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generate quotes for remote attestation on confidential computing platforms using Linux's configfs-tsm filesystem interface." readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://github.com/entropyxyz/configfs-tsm" [lib] name = "configfs_tsm" path = "src/lib.rs" [[bin]] name = "configfs-tsm" path = "src/main.rs" [dependencies]