# 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 = "radicle-cli-test" version = "0.10.0" authors = ["cloudhead "] description = "Radicle CLI test library" homepage = "https://radicle.xyz" readme = "README.md" keywords = [ "cli", "test", "command", ] categories = ["development-tools::testing"] license = "MIT OR Apache-2.0" [dependencies.escargot] version = "0.5.7" [dependencies.log] version = "0.4" features = ["std"] [dependencies.pretty_assertions] version = "1.3.0" [dependencies.radicle] version = "0.11.0" features = [ "logger", "test", ] [dependencies.shlex] version = "1.1.0" [dependencies.snapbox] version = "0.4.3" [dependencies.thiserror] version = "1"