# 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 = "cloudproof_aesgcm" version = "0.1.5" authors = ["Emmanuel Coste"] description = "Cosmian AES256GCM library" license-file = "LICENSE.md" repository = "https://github.com/cosmian/cloudproof_rust/" resolver = "1" [lib] name = "cloudproof_aesgcm" crate-type = [ "cdylib", "lib", "staticlib", ] doctest = false [dependencies.cosmian_crypto_core] version = "9.3.0" features = ["aes"] default-features = false [dependencies.cosmian_ffi_utils] version = "0.1.4" optional = true [dependencies.js-sys] version = "0.3" optional = true [dependencies.pyo3] version = "0.20.3" features = [ "extension-module", "abi3", "abi3-py37", "generate-import-lib", ] optional = true [dependencies.wasm-bindgen] version = "0.2.91" optional = true [dev-dependencies.wasm-bindgen-test] version = "0.3.41" [features] default = [] ffi = ["cosmian_ffi_utils"] python = ["pyo3"] wasm = [ "js-sys", "wasm-bindgen", ]