# 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 = "nreplops-tool" version = "0.3.1" authors = ["Matti Hänninen "] default-run = "nr" description = "Non-interactive nREPL client for shell scripting and command-line" readme = "README.md" keywords = [ "nrepl", "repl", "clojure", ] categories = [ "command-line-utilities", "development-tools", ] license = "Apache-2.0" repository = "https://github.com/mjhanninen/nreplops-tool" [[bin]] name = "nr" path = "src/bin/main.rs" [dependencies.anstyle] version = "1.0.4" [dependencies.clap] version = "^4.4" features = [ "derive", "error-context", "help", "std", "suggestions", "usage", ] default_features = false [dependencies.dns-lookup] version = "^2.0" [dependencies.pest] version = "^2.7" [dependencies.pest_derive] version = "^2.7" [dependencies.regex] version = "^1.9" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_bencode] version = "0.2" [dependencies.serde_with] version = "^3.3" features = ["macros"] default_features = false [dependencies.terminal_size] version = "0.3.0" [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "^0.8"