# 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" rust-version = "1.73.0" name = "fat_fs_types" version = "0.3.1" description = "low-level definitions for FAT12/16/32 and exFAT file systems" readme = "README.md" categories = [ "filesystem", "no-std::no-alloc", ] license = "MIT" repository = "https://github.com/kadiwa4/fat_fs" [package.metadata.docs.rs] all-features = true [dependencies.bitflags] version = "2.4.2" [dependencies.bytemuck] version = "1.14.0" features = [ "min_const_generics", "derive", ] optional = true [dependencies.zerocopy] version = "0.7.31" features = ["derive"] optional = true default-features = false [features] std = [] [lints.rust] macro_use_extern_crate = "warn" meta_variable_misuse = "warn" missing_abi = "warn" rust_2018_idioms = "warn" unused_macro_rules = "warn" unused_qualifications = "warn"