# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "cbm" version = "0.1.0" authors = ["David Simmons "] description = "Use formats found in Commodore Business Machines (CBM)\nproducts from the 1980's, including the legendary Commodore 64 home\ncomputer.\n" readme = "README.md" keywords = ["cbm", "commodore", "c64", "d64"] categories = ["parser-implementations", "filesystem"] license = "MIT/Apache-2.0" repository = "https://github.com/simmons/cbm" [dependencies.clap] version = "~2.31.2" [dependencies.memmap] version = "0.6.2" [dev-dependencies.rand] version = "0.5.2"