# 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" rust-version = "1.43.1" name = "ccapi" version = "0.3.0" description = "A simple library to interact with the ControlConsole API for the PlayStation 3" homepage = "https://github.com/rmg-x/ccapi-rs" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/rmg-x/ccapi-rs" [lib] name = "ccapi" path = "src/lib.rs" [[bin]] name = "ccapi" path = "src/cli/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.getopts] version = "0.2" [dependencies.ureq] version = "2.4.0"