fatfs/Cargo.toml

54 lines
1.3 KiB
TOML

# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
name = "fatfs"
version = "0.3.5"
authors = ["Rafał Harabień <rafalh92@outlook.com>"]
exclude = ["resources/*"]
description = "FAT filesystem library.\n"
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]
git = "https://git.m-labs.hk/abdul124/core_io.git"
rev = "998b1e9"
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"