# 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 = "fuse-mkdosfs" version = "0.2.5" authors = ["Evgeny Duzhakov "] description = "Fuse driver and cli for mount 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 [dependencies.clap] version = "3.2.8" features = ["cargo"] [dependencies.color-eyre] version = "0.6.1" [dependencies.eyre] version = "0.6.8" [dependencies.fuser] version = "0.11.0" default-features = false [dependencies.libc] version = "0.2.126" [dependencies.mkdosfs] version = "0.2" [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"]