# 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 = "lockstitch" version = "0.25.2" authors = ["Coda Hale "] include = [ "src/**/*", "tests/**/*", "LICENSE", "README.md", "design.md", "perf.md", ] description = "Lockstitch is an incremental, stateful cryptographic primitive for symmetric-key cryptographic operations in complex protocols. " homepage = "https://github.com/codahale/lockstitch" documentation = "https://docs.rs/lockstitch/" readme = "README.md" keywords = [ "crypto", "aegis-128l", "turboshake128", "hazmat", ] categories = [ "cryptography", "no-std", ] license = "MIT" [package.metadata.docs.rs] all-features = true [package.metadata.release] consolidate-commits = false pre-release-commit-message = "release: version {{version}}" tag-message = "release: {{crate_name}} version {{version}}" [profile.fuzz] opt-level = 3 codegen-units = 1 incremental = false inherits = "dev" [dependencies.aes] version = "0.8.3" features = ["hazmat"] optional = true [dependencies.cmov] version = "0.3.1" [dependencies.sha3] version = "0.10.8" features = ["asm"] default-features = false [dependencies.zeroize] version = "1.7.0" features = ["aarch64"] optional = true [dev-dependencies.aegis] version = "0.6.2" features = ["pure-rust"] [dev-dependencies.bolero] version = "0.10.0" [dev-dependencies.expect-test] version = "1.4.1" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.hex-literal] version = "0.4.1" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.wycheproof] version = "0.5.1" [features] default = [ "std", "zeroize", ] docs = [] portable = ["aes"] std = [] [lints.clippy] cognitive_complexity = "warn" doc_markdown = "warn" missing_const_for_fn = "warn" missing_errors_doc = "warn" semicolon_if_nothing_returned = "warn" [lints.rust] missing_debug_implementations = "warn" rust_2018_idioms = "warn" trivial_casts = "warn" unsafe_op_in_unsafe_fn = "deny" unused_lifetimes = "warn" unused_qualifications = "warn"