# 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_age" version = "0.0.5" authors = ["Thibault Meunier "] description = "Rust encryption library for hybrid 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.age] version = "0.9" [dependencies.age-core] version = "0.9" [dependencies.anyhow] version = "1.0" [dependencies.hex] version = "0.4" [dependencies.thiserror] version = "1.0.57" [dependencies.tlock] version = "0.0.5" [dev-dependencies.criterion] version = "0.4" features = ["html_reports"] [dev-dependencies.drand_core] version = "0.0.15" [dev-dependencies.rand] version = "0.8" default-features = true [features] armor = ["age/armor"] default = ["rfc9380"] internal = [] rfc9380 = ["tlock/rfc9380"] [target."cfg(unix)".dev-dependencies.pprof] version = "0.11" features = [ "criterion", "flamegraph", ] [target."cfg(wasm32)".dev-dependencies.getrandom] version = "0.2" features = ["js"]