# 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] name = "fatfs" version = "0.3.6" authors = ["Rafał Harabień "] exclude = ["resources/*"] description = """ FAT filesystem library. """ readme = "README.md" keywords = [ "fat", "filesystem", "no_std", ] categories = ["filesystem"] license = "MIT" repository = "https://github.com/rafalh/rust-fatfs" [dependencies.bitflags] version = "1.0" [dependencies.byteorder] version = "1" default-features = false [dependencies.chrono] version = "0.4" optional = true [dependencies.core_io] version = "0.1" optional = true [dependencies.log] version = "0.4" [dev-dependencies.env_logger] version = "0.5" [dev-dependencies.fscommon] version = "0.1" [features] alloc = [] default = [ "chrono", "std", "alloc", ] std = ["byteorder/std"] [badges.travis-ci] repository = "rafalh/rust-fatfs"