fatfs 0.3.6

FAT filesystem library.
Documentation
[badges.travis-ci]
repository = "rafalh/rust-fatfs"

[dependencies.bitflags]
version = "1.0"

[dependencies.byteorder]
default-features = false
version = "1"

[dependencies.chrono]
optional = true
version = "0.4"

[dependencies.core_io]
optional = true
version = "0.1"

[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"]

[package]
authors = ["Rafał Harabień <rafalh92@outlook.com>"]
categories = ["filesystem"]
description = """
FAT filesystem library.
"""
exclude = ["resources/*"]
keywords = ["fat", "filesystem", "no_std"]
license = "MIT"
name = "fatfs"
readme = "README.md"
repository = "https://github.com/rafalh/rust-fatfs"
version = "0.3.6"