# 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 = "mkisofs-rs" version = "0.2.0" authors = ["Mary "] description = "A partial reimplementation of mkisofs to create hybrid ISO-9660 filesystem-image" homepage = "https://github.com/Thog/mkisofs-rs" readme = "README.md" keywords = [ "iso9660", "mkisofs", ] categories = [ "development-tools", "command-line-utilities", "filesystem", ] license = "MIT/Apache-2.0" repository = "https://github.com/Thog/mkisofs-rs" [dependencies.byteorder] version = "1" [dependencies.chrono] version = "0.4" [dependencies.structopt] version = "0.3"