[[bench]]
harness = false
name = "fusion_benchmarks"
path = "benchmarks/fusion_benchmarks.rs"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.sha2]
version = "0.10"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.criterion]
version = "0.5"
[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"
[[example]]
name = "conformance_seal_demo"
path = "examples/conformance_seal_demo.rs"
[[example]]
name = "judgment_id_demo"
path = "examples/judgment_id_demo.rs"
[[example]]
name = "mapper_examples"
path = "examples/mapper_examples.rs"
[lib]
name = "opentrustprotocol"
path = "src/lib.rs"
[package]
authors = ["OpenTrust Protocol Team <contact@opentrustprotocol.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "data-structures", "cryptography::cryptocurrencies", "development-tools", "web-programming"]
description = "🦀 Official Rust SDK for OpenTrust Protocol - The mathematical embodiment of trust itself. Features neutrosophic judgments, fusion operators, OTP mappers, REVOLUTIONARY Conformance Seals, and Performance Oracle with Circle of Trust for real-world outcome tracking."
documentation = "https://docs.rs/opentrustprotocol"
edition = "2021"
homepage = "https://opentrustprotocol.com"
keywords = ["neutrosophy", "trust", "uncertainty", "audit", "conformance-seal"]
license = "MIT"
name = "opentrustprotocol"
readme = "README.md"
repository = "https://github.com/draxork/opentrustprotocol-rs"
version = "3.0.0"
[profile.release]
codegen-units = 1
lto = true
opt-level = 3
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"
[[test]]
name = "mapper_integration_tests"
path = "tests/mapper_integration_tests.rs"