# 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 = "r3bl-cmdr" version = "0.0.16" authors = [ "Nazmul Idris ", "Nadia Idris ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false default-run = "rc" description = """ A TUI app suite for developers. Includes a Markdown editor `edi` and a git client `giti`. """ homepage = "https://r3bl.com" documentation = "https://docs.rs/r3bl-cmdr" readme = "README.md" keywords = [ "tui", "editor", "git", "tuify", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "Apache-2.0" repository = "https://github.com/r3bl-org/r3bl-open-core" [lib] name = "r3bl_cmdr" path = "src/lib.rs" [[bin]] name = "edi" path = "src/bin/edi.rs" [[bin]] name = "giti" path = "src/bin/giti.rs" [[bin]] name = "rc" path = "src/bin/rc.rs" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.17" features = [ "derive", "wrap_help", "help", ] [dependencies.crossterm] version = "0.28.1" [dependencies.dirs] version = "5.0.1" [dependencies.log] version = "0.4.22" features = ["std"] [dependencies.open] version = "5.3.0" [dependencies.r3bl_analytics_schema] version = "0.0.2" [dependencies.r3bl_ansi_color] version = "0.6.10" [dependencies.r3bl_rs_utils_core] version = "0.9.16" [dependencies.r3bl_rs_utils_macro] version = "0.9.10" [dependencies.r3bl_tui] version = "0.5.9" [dependencies.r3bl_tuify] version = "0.1.27" [dependencies.rand] version = "0.8.5" [dependencies.reedline] version = "0.34.0" [dependencies.reqwest] version = "0.12.7" features = ["json"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.tokio] version = "1.40.0" features = ["full"] [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.serial_test] version = "3.1.1"