# 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 = "jacs" version = "0.2.13" authors = ["HAI.AI "] build = "build.rs" include = [ "src/**/*", "schemas/agent/v1/agent.schema.json", "schemas/header/v1/header.schema.json", "schemas/components/files/v1/files.schema.json", "schemas/components/signature/v1/signature.schema.json", "schemas/components/agreement/v1/agreement.schema.json", "schemas/components/unit/v1/unit.schema.json", "schemas/components/action/v1/action.schema.json", "schemas/components/service/v1/service.schema.json", "schemas/components/tool/v1/tool.schema.json", "schemas/components/contact/v1/contact.schema.json", "schemas/message/v1/message.schema.json", "schemas/node/v1/node.schema.json", "schemas/program/v1/program.schema.json", "schemas/eval/v1/eval.schema.json", "schemas/task/v1/task.schema.json", "jacs.config.schema.json", "examples/*.json", "Cargo.toml", "README.md", "LICENSE", "build.rs", "CHANGELOG.md", "basic-schemas.png", "benches/sign_and_check_sig.rs", ] description = "JACS JSON AI Communication Standard" homepage = "https://humanassisted.github.io/JACS" readme = "README.md" keywords = [ "cryptography", "json", "ai", "data", "ml-ops", ] categories = [ "cryptography", "text-processing", "data-structures", ] license = "Apache-2.0" repository = "https://github.com/HumanAssisted/JACS" [package.metadata.cargo-install] bin = ["jacs"] [lib] crate-type = [ "cdylib", "rlib", ] [[bin]] name = "jacs" path = "src/bin/cli.rs" [[bench]] name = "sign_and_check_sig" harness = false [dependencies.aes-gcm] version = "0.10.3" [dependencies.base64] version = "0.22.0" [dependencies.chrono] version = "0.4.35" [dependencies.clap] version = "4.5.4" [dependencies.difference] version = "2.0.0" [dependencies.encoding_rs] version = "0.8.34" [dependencies.env_logger] version = "0.9.0" [dependencies.flate2] version = "1.0.28" [dependencies.jsonschema] version = "0.17.1" [dependencies.log] version = "0.4.21" [dependencies.mime_guess] version = "2.0.4" [dependencies.pem] version = "3.0.3" [dependencies.phf] version = "0.11.1" features = ["macros"] [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.4" [dependencies.rpassword] version = "7.3.1" [dependencies.rsa] version = "0.9.6" features = [ "sha2", "pem", ] [dependencies.secrecy] version = "0.8.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0 " [dependencies.sha2] version = "0.10.6" [dependencies.signature] version = "2.2.0" [dependencies.strum] version = "0.24.1" [dependencies.strum_macros] version = "0.24.3" [dependencies.url] version = "2.5.0" [dependencies.uuid] version = "1.7.0" features = [ "v4", "v7", "js", ] [dependencies.validator] version = "0.18.1" [dev-dependencies.color-eyre] version = "0.6" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.mdbook] version = "0.4.37" [dev-dependencies.rusqlite] version = "0.31.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.pqcrypto] version = "0.17.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.pqcrypto-dilithium] version = "0.5.0" features = ["serialization"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.pqcrypto-traits] version = "0.3.5" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.reqwest] version = "0.11.26" features = [ "blocking", "json", ] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.ring] version = "0.17.8" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.walkdir] version = "2.5.0"