# 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 = "impostor_cli" version = "0.1.0" authors = [ "Shrikanth Upadhayaya ", "Vaishnav Sreekanth Menon ", ] description = "Run impostor mock files as a mock server" homepage = "https://github.com/abismoe/impostor" documentation = "https://github.com/abismoe/impostor" license = "Apache-2.0" repository = "https://github.com/abismoe/impostor" [[bin]] name = "impostor" path = "src/main.rs" [dependencies.axum] version = "0.7.2" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.env_logger] version = "0.10.1" [dependencies.eyre] version = "0.6.11" [dependencies.impostor_compiler_axum] version = "0.1.0" [dependencies.impostor_core] version = "0.1.0" [dependencies.log] version = "0.4.20" [dependencies.tokio] version = "1.35.1" features = ["full"] [dev-dependencies.assert_cmd] version = "2.0.12" [dev-dependencies.rand] version = "0.8.5"