# 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 = "aqueduct" version = "0.0.0" authors = ["FL03 (https://github.com/FL03)"] publish = true description = "aqueduct implements the tweakable Sleeve wrapping traditional, non-quantum elliptic-curve cryptographic schemes as formalized by researchers at IOHK" homepage = "https://github.com/scattered-systems/aqueduct/wiki" readme = "README.md" keywords = [] categories = [] license = "MIT" repository = "https://github.com/scattered-systems/aqueduct" resolver = "1" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] [lib] crate-type = [ "cdylib", "rlib", ] test = true [dependencies.blake3] version = "1.3.1" [dependencies.scsys] version = "0.1.24" features = ["full"] [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.87" [dependencies.strum] version = "0.24.1" features = ["derive"] [dev-dependencies] [build-dependencies] [features] core = [] default = ["core"] full = ["core"]