rsrp-proof-engine 0.9.9

Deterministic proof engine for high-integrity Rust applications
Documentation
# 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 = "rsrp-proof-engine"
version = "0.9.9"
authors = [
    "Aymeric Le Cloitre-Maternat (ALM) <aymeric@rsrp.io>",
    "Rsrp Systems",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deterministic proof engine for high-integrity Rust applications"
homepage = "https://github.com/LAeyesProd/R-SRP.git"
documentation = "https://docs.rs/rsrp-proof-engine"
readme = "README.md"
keywords = [
    "security",
    "audit",
    "zero-trust",
    "cryptography",
    "immutable",
]
categories = [
    "cryptography",
    "security",
]
license = "EUPL-1.2"
repository = "https://github.com/LAeyesProd/R-SRP.git"

[package.metadata.aliases]

[features]
default = ["std"]
deterministic = []
pq-proof = ["dep:pqcrypto"]
std = []

[lib]
name = "crue_engine"
path = "src/lib.rs"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.crue-dsl]
version = "0.9.9"
package = "rsrp-policy-dsl"

[dependencies.crypto-core]
version = "0.9.9"
package = "rsrp-security-core"

[dependencies.pqcrypto]
version = "0.9.9"
optional = true
package = "rsrp-pqcrypto"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.35"
features = [
    "sync",
    "rt",
]

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.7"
features = [
    "v4",
    "serde",
]

[dev-dependencies.tempfile]
version = "3.8"