# 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 = "codas-flow" version = "0.1.0" authors = ["Alicorn Systems, Inc. "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = 'Low-latency, high-throughput bounded queues ("data flows") for (a)synchronous and event-driven systems.' homepage = "https://gitlab.com/alicorn/pub/alicorn" readme = "README.md" license = "AGPL-3.0-only" repository = "https://gitlab.com/alicorn/pub/alicorn" [package.metadata.release] release = true [lib] name = "codas_flow" path = "src/lib.rs" [[bench]] name = "channels" path = "benches/channels.rs" harness = false [dependencies.snafu] version = "0.8.2" default-features = false [dependencies.spin] version = "0.9.8" features = ["rwlock"] optional = true default-features = false [dev-dependencies.criterion] version = "0.5.1" features = [ "async_tokio", "html_reports", ] [dev-dependencies.tokio] version = "1.32.0" features = ["full"] [features] default = [] dynamic-sub = ["spin"]