# 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 = "2018" name = "syndicate" version = "0.42.0" authors = ["Tony Garnock-Jones "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Syndicated Actor model for Rust, including network communication and Dataspaces." homepage = "https://syndicate-lang.org/" readme = "README.md" license = "Apache-2.0" repository = "https://git.syndicate-lang.org/syndicate-lang/syndicate-rs" [package.metadata.workspaces] independent = true [lib] name = "syndicate" path = "src/lib.rs" [[bench]] name = "bench_dataspace" path = "benches/bench_dataspace.rs" harness = false [[bench]] name = "ring" path = "benches/ring.rs" harness = false [dependencies.blake2] version = "0.10" [dependencies.bytes] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.getrandom] version = "0.2" [dependencies.hmac] version = "0.12" [dependencies.lazy_static] version = "1.4" [dependencies.openssl] version = "0.10" optional = true [dependencies.parking_lot] version = "0.11" [dependencies.preserves] version = "4.996" [dependencies.preserves-schema] version = "5.996" [dependencies.tokio] version = "1.10" features = [ "io-std", "io-util", "macros", "rt", "rt-multi-thread", "time", ] [dependencies.tokio-util] version = "0.6" [dependencies.tracing] version = "0.1" [dependencies.tracing-futures] version = "0.2" [dependencies.tracing-subscriber] version = "0.2" [dev-dependencies.criterion] version = "0.3" [build-dependencies.preserves-schema] version = "5.996" [build-dependencies.syndicate-schema-plugin] version = "0.11.0" [features] vendored-openssl = ["openssl/vendored"]