# 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 = "firefly" version = "0.0.1-beta" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "[EXPERIMENTAL]" readme = "README.md" license = "MIT" [lib] name = "firefly" path = "src/lib.rs" [[test]] name = "auto_traits" path = "tests/auto_traits.rs" [[bench]] name = "benches" path = "benches/benches.rs" harness = false [[bench]] name = "shared" path = "benches/shared.rs" [dependencies.crossbeam-utils] version = "0.8.12" [dependencies.usync] version = "0.2.1" [dev-dependencies.criterion] version = "0.4.0" features = ["html_reports"] [dev-dependencies.crossbeam] version = "0.8.1" [dev-dependencies.dry] version = "0.1.1" [dev-dependencies.flume] version = "0.10.13" [dev-dependencies.static_assertions] version = "1.1.0" [dev-dependencies.thingbuf] version = "0.1.3" [dev-dependencies.tokio] version = "1" features = [ "rt", "rt-multi-thread", "time", "macros", ]