You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
807 B
34 lines
807 B
[package]
|
|
name = "tango-charlie"
|
|
version = "0.1.0"
|
|
authors = ["Trinity POINTARD <pierretrinity.pointard@alten.com>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
[features]
|
|
default = ["console_error_panic_hook"]
|
|
|
|
[dependencies]
|
|
base64-url = "1.4.7"
|
|
cfg-if = "0.1.2"
|
|
console_error_panic_hook = { version = "0.1.1", optional = true }
|
|
elliptic-curve = "0.6"
|
|
generic-array = "0.14.4"
|
|
hmac-sha256 = "0.1.6"
|
|
p256 = { version = "0.5.2", features = ["ecdh", "ecdsa"] }
|
|
rand_chacha = "0.2.2"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0.59"
|
|
signature = "1.2.2"
|
|
wasm-bindgen = { version = "=0.2.65", features = ["serde-serialize"] }
|
|
wee_alloc = { version = "0.4.2", optional = true }
|
|
|
|
jwts = "0.2.3"
|
|
|
|
[dev-dependencies]
|
|
wasm-bindgen-test = "0.2"
|
|
|
|
[profile.release]
|
|
opt-level = "s"
|