# 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 = "mkdosfs" version = "0.2.5" authors = ["Evgeny Duzhakov "] description = "Library and cli for MKDOS filesystem" homepage = "https://github.com/diaevd/bktools" documentation = "https://github.com/diaevd/bktools/" readme = "README.md" license = "MIT OR Apache-2.0" [lib] doctest = false [[bin]] name = "mkdosfs" doctest = false [dependencies.bytes] version = "1.1.0" [dependencies.encoding_rs] version = "0.8.31" [dependencies.thiserror] version = "1.0.31" [dependencies.time] version = "0.3.11" features = ["macros"] [dependencies.tracing] version = "0.1.35" [dependencies.tracing-subscriber] version = "0.3.14" features = ["env-filter"]