# 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 = "2018" name = "cfb" version = "0.10.0" authors = ["Matthew D. Steele "] description = "Read/write Compound File Binary (structured storage) files" readme = "README.md" keywords = [ "cfb", "storage", "structured", ] license = "MIT" repository = "https://github.com/mdsteele/rust-cfb" [dependencies.byteorder] version = "1" [dependencies.fnv] version = "1.0" [dependencies.uuid] version = "1" [dev-dependencies.clap] version = "4.4" features = ["derive"] [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_pcg] version = "0.3" [dev-dependencies.time] version = "0.3"