# 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 = "waterbear" version = "0.12.0" authors = ["Walter Tetzner "] description = "Assembler/Disassembler for the Dreamcast VMU" license = "Apache-2.0" [lib] name = "waterbear" path = "src/lib.rs" [[bin]] name = "waterbear" path = "src/main.rs" [dependencies.atty] version = "0.2" [dependencies.clap] version = "2.32" [dependencies.lazy_static] version = "1.0" [dependencies.regex] version = "1.0" [dependencies.termcolor] version = "1" [dependencies.unicode-segmentation] version = "1.2.0" [dependencies.unicode_categories] version = "0.1" [dependencies.uuid] version = "0.7" features = ["v4"] [dependencies.waterbear-instruction-derive] version = "0.1"