# 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 = "tiny-integration-tester" version = "0.4.6" description = "This Rust program is used to perform simple integration tests on programs through a RUST dyn lib or a JSON configuration file." documentation = "https://gitlab.com/mordaklavache/tiny-integration-tester/" readme = "README.md" keywords = [ "integration", "test", "tester", ] categories = [ "development-tools", "command-line-utilities", ] license = "MIT/Apache-2.0" repository = "https://gitlab.com/mordaklavache/tiny-integration-tester/" [profile.release] lto = true strip = true [[bin]] name = "tiny-integration-tester" path = "src/main.rs" bench = false [dependencies.colored] version = "2.0.0" [dependencies.getopts] version = "0.2" [dependencies.libloading] version = "0.8" [dependencies.log] version = "0.4.18" [dependencies.regex] version = "1.8.4" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.simple_logger] version = "4.1.0" features = ["colors"] default-features = false [dependencies.toml] version = "0.7.4" features = ["preserve_order"] [build-dependencies.built] version = "0.6" [target."cfg(unix)".dependencies.libc] version = "0.2.144" [target."cfg(unix)".dependencies.nix] version = "0.26.2"