# 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 = "image-rider-fat" version = "0.5.2" authors = ["Joshua Gerrish "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust nom parser to read FAT file systems" homepage = "https://github.com/jgerrish/image-rider-fat" readme = "README.md" keywords = [ "fat", "dos", "filesystem", "cli", "nom", ] license = "MIT" repository = "https://github.com/jgerrish/image-rider-fat" [lib] name = "image_rider_fat" path = "src/lib.rs" [[example]] name = "parser" path = "examples/parser.rs" [dependencies.clap] version = "4.4, < 4.5" features = ["derive"] [dependencies.config] version = "0.14" [dependencies.env_logger] version = "0.11" [dependencies.fat-date-time] version = "0.1" [dependencies.log] version = "0.4" [dependencies.nom] version = "7.1" [dependencies.time] version = "0.3" [dependencies.toml] version = "0.8" [dev-dependencies.pretty_assertions] version = "1.4"