# 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" rust-version = "1.75" name = "atrium-crypto" version = "0.1.2" authors = ["sugyan "] description = "Cryptographic library providing basic helpers for AT Protocol" readme = "README.md" keywords = [ "atproto", "bluesky", ] license = "MIT" repository = "https://github.com/sugyan/atrium" [dependencies.ecdsa] version = "0.16.9" features = [ "std", "signing", "verifying", ] [dependencies.k256] version = "0.13.3" features = ["ecdsa"] default-features = false [dependencies.multibase] version = "0.9.1" [dependencies.p256] version = "0.13.2" features = ["ecdsa"] default-features = false [dependencies.thiserror] version = "1.0" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serde] version = "1.0.202" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.125"