# 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 = "write-monitor" version = "0.0.1-alpha.3" description = "Monitor the number of bytes being written" homepage = "https://github.com/uttarayan21/write-monitor" documentation = "https://docs.rs/write-monitor" readme = "README.md" license = "MIT" repository = "https://github.com/uttarayan21/write-monitor" [dependencies.futures] version = "0.3.28" optional = true [dependencies.pin-project] version = "1.1.3" optional = true [dependencies.tokio] version = "^1" optional = true [features] default = ["std"] futures = [ "dep:futures", "dep:pin-project", ] std = [] tokio = [ "dep:tokio", "dep:pin-project", "std", ]