# 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 = "fips" version = "0.2.0" authors = ["Florian Pfingstag "] description = "A powerful mock server supported by a plugin system" homepage = "https://github.com/soultice/fips" documentation = "https://github.com/soultice/fips" readme = "README.md" license = "MIT" repository = "https://github.com/soultice/fips" [profile.release] opt-level = 3 lto = true codegen-units = 1 [dependencies.bytes] version = "1.0.0" [dependencies.clap] version = "3.0.0-rc.7" features = ["derive"] [dependencies.colorgrad] version = "0.6.2" [dependencies.crokey] version = "0.5.1" [dependencies.crossterm] version = "0.24" [dependencies.eyre] version = "0.6.8" [dependencies.futures] version = "0.3.19" [dependencies.gradient_tui_fork] version = "0.19" features = ["crossterm"] default-features = false [dependencies.http] version = "0.2.6" [dependencies.hyper] version = "0.14.27" features = ["full"] [dependencies.hyper-staticfile] version = "0.9.2" [dependencies.json-patch] version = "0.3.0" [dependencies.json_dotpath] version = "1.0.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.libloading] version = "0.6.6" [dependencies.log] version = "0.4.17" [dependencies.log4rs] version = "1.2.0" features = [ "file_appender", "rolling_file_appender", "compound_policy", "delete_roller", "size_trigger", ] [dependencies.rand] version = "0.7" [dependencies.regex] version = "1.4.2" [dependencies.schemars] version = "0.8.11" [dependencies.serde] version = "1.0.118" [dependencies.serde_json] version = "1.0.60" [dependencies.serde_yaml] version = "0.8.14" [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1.0" features = ["full"] [build-dependencies.rustc_version] version = "0.4.0" [features] default = ["ui"] logging = [] ui = []