# 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 = "scal3" version = "0.1.0" authors = ["Sander Dijkhuis "] exclude = [ "/README.md", "/docs/media/scal3.png", ] description = "Verify that systems operate under your sole control (prototype, patent pending)" readme = "src/README.md" categories = [ "authentication", "cryptography", ] license = "CC-BY-NC-4.0" repository = "https://github.com/cleverbase/scal3" [dependencies.frost-core] version = "0.7.0" features = ["internals"] [dependencies.frost-p256] version = "0.7.0" [dependencies.libc] version = "0.2.153" [dependencies.p256] version = "0.13.2" [dependencies.postcard] version = "1.0.8" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serdect] version = "0.2.0" [dependencies.sha2] version = "0.10.8" [dependencies.signature] version = "2.2.0" features = ["digest"] [dependencies.zeroize] version = "1.7.0" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.hex-literal] version = "0.4.1" [dev-dependencies.hmac] version = "0.12.1"