# 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 = "mockser" version = "0.1.6" authors = ["Danil Akhtarov "] description = "Configurable mock server for testing and development" readme = "README.md" license = "MIT" repository = "https://github.com/daxartio/mockser" [dependencies.axum] version = "0.7.5" [dependencies.config] version = "0.14.0" [dependencies.env_logger] version = "0.11.3" [dependencies.human-panic] version = "2.0.0" [dependencies.log] version = "0.4.21" [dependencies.serde] version = "1.0.202" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.tokio] version = "1.37.0" features = [ "rt-multi-thread", "signal", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dev-dependencies.hurl] version = "4.3.0" [dev-dependencies.hurl_core] version = "4.3.0" [dev-dependencies.rstest] version = "0.18.2"