# 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 = "rust_slim" version = "0.2.2" description = "A Slim Server for acceptance tests in rust" readme = "readme.md" keywords = [ "acceptance", "testing", "slim", "temoc", "fitnesse", ] categories = ["development-tools::testing"] license = "MIT OR Apache-2.0" repository = "https://github.com/killertux/temoc/tree/master/rust_slim" [dependencies.convert_case] version = "0.6.0" [dependencies.rust_slim_macros] version = "0.1" optional = true [dependencies.slim_protocol] version = "0.2.0" [dependencies.thiserror] version = "1" [dev-dependencies.anyhow] version = "1" [features] macros = ["dep:rust_slim_macros"]