# 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 = "tangy-lib" version = "0.1.9" authors = ["Martyn P "] description = "Tang protocol library implementation" readme = "readme.md" license = "MIT OR Apache-2.0" repository = "https://github.com/martynp/tangy-lib" [dependencies.base64ct] version = "1.6" [dependencies.elliptic-curve] version = "0.13.8" features = ["jwk"] [dependencies.p521] version = ">=0.13.3" features = [ "ecdh", "ecdsa", "jwk", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10" [dev-dependencies.tempdir] version = "0.3.7"