# 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 = "disposables" version = "0.1.12" build = false autobins = false autoexamples = false autotests = false autobenches = false description = ''' Run your test dependencies in disposable containers." ''' homepage = "https://github.com/akashrawal/disposables" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/akashrawal/disposables" [lib] name = "disposables" path = "src/lib.rs" [dependencies.base64] version = "0.22.1" [dependencies.disposables_protocol] version = "0.1.12" [dependencies.futures] version = "0.3" optional = true [dependencies.log] version = "0.4.22" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [features] async = ["dep:futures"]