# 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 = "gcm_rs" version = "1.0.6-beta" authors = ["ashrefgw@proton.me"] description = "AES-256 GCM" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/ashgw/gcm_rs" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [lib] name = "gcm_rs" crate-type = ["cdylib"] path = "packages/rust/lib.rs" [dependencies.aes] version = "0.8.3" features = ["zeroize"] [dependencies.anyhow] version = "1.0.86" [dependencies.ctr] version = "0.9.2" features = ["zeroize"] [dependencies.getrandom] version = "0.2" [dependencies.ghash] version = "0.5.0" features = ["zeroize"] [dependencies.pyo3] version = "0.18" features = [ "extension-module", "abi3", "abi3-py37", ] [dependencies.subtle] version = "2.3"