# 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 = "iso9660" version = "0.1.1" authors = ["Ian Douglas Scott "] description = "(Incomplete) implementation of ISO9660 filesystem" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ids1024/iso9660-rs" [dependencies.bitflags] version = "2.0" [dependencies.nom] version = "7.1" [dependencies.time] version = "0.3" [dev-dependencies.fuser] version = "0.12" [dev-dependencies.libc] version = "0.2" [dev-dependencies.md5] version = "0.7" [features] default = [] nightly = []