# 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 = "movey_cli" version = "0.1.19" authors = ["East Agile "] description = "CLI for movey.net. Coming soon." homepage = "https://www.movey.net/" readme = "README.md" license = "MIT OR Apache-2.0" [profile.bench] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false [profile.dev] opt-level = 0 lto = false codegen-units = 4 debug = true debug-assertions = true rpath = false [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false [profile.test] opt-level = 1 lto = false codegen-units = 4 debug = true debug-assertions = true rpath = false [[bin]] name = "movey" path = "src/main.rs" [dependencies.anyhow] version = "1.0.66" [dependencies.better-panic] version = "0.3.0" [dependencies.clap] version = "4.1.6" features = ["derive"] [dependencies.dirs-next] version = "2.0.0" [dependencies.human-panic] version = "1.0.3" [dependencies.inquire] version = "0.6.0" [dependencies.log] version = "0.4.17" [dependencies.once_cell] version = "1.16.0" [dependencies.reqwest] version = "0.11.12" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.92" [dependencies.toml_edit] version = "0.19.3" features = ["serde"] [dev-dependencies.assert_cmd] version = "2.0.6" [dev-dependencies.httpmock] version = "0.6.6" [dev-dependencies.indoc] version = "2.0.0" [dev-dependencies.predicates] version = "2.1.5" [dev-dependencies.serial_test] version = "1.0.0"