# 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 = "rested" version = "0.11.0" description = "Language/Interpreter for easily defining and running requests to an http server." homepage = "https://github.com/Gnarus-G/rested" readme = "README.md" license = "GPL-2.0" repository = "https://github.com/Gnarus-G/rested" [profile.dev.package.insta] opt-level = 3 [[bin]] name = "rstd" path = "src/main.rs" [[bench]] name = "lexer" harness = false [[bench]] name = "parser" harness = false [[bench]] name = "errors" harness = false [[bench]] name = "interpreter" harness = false [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.2.1" features = ["derive"] [dependencies.clap_complete] version = "4.2.1" [dependencies.colored] version = "2.0.0" [dependencies.confy] version = "0.5.1" features = ["ron_conf"] default-features = false [dependencies.enum-tags] version = "0.1.0" [dependencies.enum-tags-macros] version = "0.1.0" [dependencies.enum-tags-traits] version = "0.1.0" [dependencies.serde] version = "1.0.159" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.95" [dependencies.skim] version = "0.10.4" [dependencies.tokio] version = "1.28.0" features = [ "io-std", "rt-multi-thread", ] [dependencies.tower-lsp] version = "0.20.0" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" [dependencies.ureq] version = "2.6.2" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.insta] version = "1.29.0" features = ["ron"] [dev-dependencies.mockito] version = "1.0.2"