# 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" rust-version = "1.75.0" name = "ironcore-alloy" version = "0.11.2" authors = ["IronCore Labs "] exclude = ["Cargo.lock"] description = "IronCore Labs SDK for all your different Application Layer Encryption needs" documentation = "https://docs.rs/ironcore-alloy" readme = "README.md" keywords = [ "cryptography", "saas-shield", "ALE", "cloaked-ai", ] categories = ["cryptography"] license = "AGPL-3.0-only" repository = "https://github.com/IronCoreLabs/ironcore-alloy" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" strip = "debuginfo" [lib] name = "ironcore_alloy" crate-type = [ "cdylib", "lib", ] bench = false [[bin]] name = "uniffi-bindgen" path = "uniffi-bindgen.rs" bench = false [[bin]] name = "uniffi-bindgen-java" path = "uniffi-bindgen-java.rs" bench = false [[bench]] name = "ironcore_alloy_bench" path = "benches/ironcore_alloy_bench.rs" harness = false [dependencies.aes-gcm] version = "0.10" [dependencies.aes-siv] version = "0.7" [dependencies.async-trait] version = "0.1.83" [dependencies.base64] version = "0.22" [dependencies.base64_type] version = "0.2" [dependencies.bytes] version = "1.7.1" features = ["serde"] [dependencies.convert_case] version = "0.6.0" [dependencies.futures] version = "0.3.29" [dependencies.hmac] version = "0.12.1" features = ["std"] [dependencies.ironcore-documents] version = "0.2.1" [dependencies.itertools] version = "0.13" [dependencies.ndarray] version = "0.16.0" [dependencies.ndarray-rand] version = "0.15.0" [dependencies.protobuf] version = "3.3" features = ["with-bytes"] [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dependencies.rand_distr] version = "0.4.3" [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.10.5" [dependencies.reqwest] version = "0.12" features = [ "json", "rustls-tls", ] default-features = false [dependencies.ring] version = "0.17" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.127" features = ["float_roundtrip"] [dependencies.thiserror] version = "1.0.63" [dependencies.uniffi] version = "0.28.1" features = [ "tokio", "cli", ] [dependencies.uniffi-bindgen-java] version = "0.1.0" [dependencies.z85] version = "3.0.5" [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.ascii85] version = "0.2.1" [dev-dependencies.assertables] version = "8.11.0" [dev-dependencies.base64] version = "0.22.0" [dev-dependencies.base85] version = "2.0.0" [dev-dependencies.camino] version = "1.1" [dev-dependencies.cargo_metadata] version = "0.15" [dev-dependencies.criterion] version = "0.5" features = ["async_tokio"] [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.hex-literal] version = "0.4.1" [dev-dependencies.lazy_static] version = "1.5" [dev-dependencies.proptest] version = "1.5.0" [dev-dependencies.tokio] version = "1.40" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.uniffi_bindgen] version = "0.28.1" [dev-dependencies.z85] version = "3.0.5" [features] integration_tests = []