# 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 = "disk-drive" version = "0.1.10" description = "multi-disk utilities for floppy-disk!" keywords = ["floppy-disk"] license = "Apache-2.0" repository = "https://github.com/queer/disk-drive" [dependencies.eyre] version = "0.6.8" [dependencies.floppy-disk] version = "0.2.4" [dependencies.nyoom] version = "0.3.3" [dependencies.tokio] version = "1.28.2" features = ["io-util"] [dependencies.tracing] version = "0.1.37"