# 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 = "ultimate64" version = "0.4.0" authors = ["Mikael Lund "] description = "Rust library and command line interface for interfacing with Ultimate-64 and Ultimate-II+ devices using the REST API" homepage = "https://github.com/mlund/ultimate64" documentation = "https://docs.rs/ultimate64" readme = "README.md" keywords = [ "c64", "network", "8-bit", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/mlund/ultimate64" [profile.release] opt-level = "z" lto = true strip = true [[bin]] name = "ultimate64" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.0" features = [ "derive", "env", ] [dependencies.disasm6502] version = "0.2" [dependencies.log] version = "0.4" [dependencies.parse_int] version = "0.6" [dependencies.pretty_env_logger] version = "0.5" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"