# 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 = "netsblox-cli" version = "1.6.0" description = """ A command line tool for interacting with the NetsBlox cloud. """ license = "MIT" resolver = "1" [[bin]] name = "netsblox" path = "src/main.rs" [dependencies.clap] version = "4.4.3" features = ["derive"] [dependencies.confy] version = "0.4.0" [dependencies.derive_more] version = "0.99.17" [dependencies.exitcode] version = "1.1.2" [dependencies.futures-util] version = "0.3.19" [dependencies.inquire] version = "0.6.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.netsblox-api] version = "1.6.0" [dependencies.reqwest] version = "0.11.20" features = [ "json", "cookies", ] [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.tokio] version = "1" features = ["full"] [dependencies.uuid] version = "1.0.0-alpha.1" features = [ "v4", "fast-rng", "serde", ] [dependencies.xmlparser] version = "0.13.5"