# 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 = "rustkey" version = "0.4.0" authors = ["Danny van Heumen "] publish = ["crates-io"] autobins = false autoexamples = false autotests = false autobenches = false description = "rusTkey — rust library for tillitis TKey application development" readme = "README.md" license = "GPL-2.0-only" repository = "https://codeberg.org/rustkey/rustkey/" [lib] name = "rustkey" crate-type = ["lib"] path = "src/lib.rs" test = false doctest = false bench = false plugin = false proc-macro = false [[bin]] name = "example" path = "src/main.rs" test = false bench = false [[bin]] name = "test" path = "src/test.rs" test = false bench = false [[bin]] name = "bench" path = "src/bench.rs" test = false bench = false