# 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 = "tlock" version = "0.0.5" authors = ["Thibault Meunier "] description = "Rust encryption library for practical time-lock encryption." homepage = "https://github.com/thibmeu/tlock-rs" readme = "./README.md" keywords = [ "tlock", "cryptography", "encryption", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/thibmeu/tlock-rs" resolver = "1" [[bench]] name = "encrypt_decrypt" harness = false [dependencies.anyhow] version = "1.0" [dependencies.ark-bls12-381] version = "0.4.0" [dependencies.ark-ec] version = "0.4.2" [dependencies.ark-ff] version = "0.4.2" [dependencies.ark-serialize] version = "0.4.2" [dependencies.itertools] version = "0.10.5" [dependencies.rand] version = "0.8" features = ["getrandom"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_with] version = "2.3.3" [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1.0.57" [dependencies.tracing] version = "0.1.40" [dev-dependencies.criterion] version = "0.4" features = ["html_reports"] [dev-dependencies.drand_core] version = "0.0.15" [dev-dependencies.hex] version = "0.4" [features] default = ["rfc9380"] rfc9380 = [] [target."cfg(unix)".dev-dependencies.pprof] version = "0.11" features = [ "criterion", "flamegraph", ] [target."cfg(wasm32)".dependencies.getrandom] version = "0.2" features = ["js"]