Bumps [elliptic-curve](https://github.com/RustCrypto/traits) from 0.13.5 to 0.13.6. - [Commits](https://github.com/RustCrypto/traits/compare/elliptic-curve/v0.13.5...elliptic-curve-v0.13.6) --- updated-dependencies: - dependency-name: elliptic-curve dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
39 lines
976 B
TOML
39 lines
976 B
TOML
[package]
|
|
name = "mas-jose"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
base64ct = { version = "1.6.0", features = ["std"] }
|
|
chrono.workspace = true
|
|
digest = "0.10.7"
|
|
ecdsa = { version = "0.16.8", features = ["signing", "verifying"] }
|
|
elliptic-curve = "0.13.6"
|
|
generic-array = "0.14.7"
|
|
hmac = "0.12.1"
|
|
k256 = { version = "0.13.1", features = ["ecdsa"] }
|
|
p256 = { version = "0.13.2", features = ["ecdsa"] }
|
|
p384 = { version = "0.13.0", features = ["ecdsa"] }
|
|
rand.workspace = true
|
|
rsa = "0.9.2"
|
|
schemars = "0.8.15"
|
|
sec1 = "0.7.3"
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
serde_with = "3.3.0"
|
|
sha2 = { version = "0.10.8", features = ["oid"] }
|
|
signature = "2.1.0"
|
|
thiserror.workspace = true
|
|
tracing.workspace = true
|
|
url.workspace = true
|
|
|
|
mas-iana = { path = "../iana" }
|
|
|
|
[dev-dependencies]
|
|
insta = { version = "1.33.0" }
|
|
rand_chacha = "0.3.1"
|