# 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" rust-version = "1.65" name = "cargo-fixture-lib" version = "1.2.2" authors = ["Vojtech Kral"] description = "Support library for the cargo-fixture cargo extension" readme = "README.md" keywords = [ "rust", "cargo", "testing", ] license = "Apache-2.0" [package.metadata.docs.rs] features = ["tokio"] [lib] name = "cargo_fixture" path = "src/lib.rs" [dependencies.cargo-fixture-macros] version = "=1.2.2" [dependencies.log] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" features = ["preserve_order"] [dependencies.smol] version = "1.3.0" optional = true [dependencies.strum] version = "0.25.0" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "net", "io-util", ] optional = true [features] smol = ["dep:smol"] tokio = ["dep:tokio"] [target."cfg(windows)".dependencies.uds_windows] version = "1.1"