# 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 = "fenic" version = "0.1.0" description = "test concurrent code" readme = "README.md" license = "MIT" repository = "https://codeberg.org/fibra-rs/fenic" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.cfg-if] version = "1.0.0" [dependencies.generator] version = "0.7" [dependencies.pin-utils] version = "0.1.0" optional = true [dependencies.scoped-tls] version = "1.0.0" [dependencies.serde] version = "1.0.92" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.33" optional = true [dependencies.tracing] version = "0.1.27" [dependencies.tracing-subscriber] version = "0.3.8" features = ["env-filter"] [dev-dependencies.futures-util] version = "0.3.0" [features] checkpoint = [ "serde", "serde_json", ] default = [] futures = ["pin-utils"]