# 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_cover_crypt" version = "14.0.0" authors = ["Théophile Brézot"] description = "Cosmian Covercrypt Cloudproof library" license-file = "LICENSE.md" repository = "https://github.com/cosmian/cloudproof_rust/" resolver = "1" [lib] name = "cloudproof_cover_crypt" crate-type = [ "cdylib", "lib", "staticlib", ] doctest = false [dependencies.cosmian_cover_crypt] version = "14.0" features = ["serialization"] [dependencies.cosmian_crypto_core] version = "9.3.0" default-features = false [dependencies.cosmian_ffi_utils] version = "0.1.4" optional = true [dependencies.js-sys] version = "0.3" optional = true [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.pyo3] version = "0.20.3" features = [ "extension-module", "abi3", "abi3-py37", "generate-import-lib", ] optional = true [dependencies.serde_json] version = "1.0" [dependencies.wasm-bindgen] version = "0.2.91" optional = true [dev-dependencies.cosmian_cover_crypt] version = "14.0" features = ["test_utils"] [dev-dependencies.wasm-bindgen-test] version = "0.3.41" [features] default = [] ffi = [ "cosmian_ffi_utils", "lazy_static", ] python = ["pyo3"] wasm = [ "js-sys", "wasm-bindgen", ]