# 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 = "fsl" version = "0.0.6" authors = ["Aliaksei Bialiauski "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "FakeHub State Language. DSL for managing state in fakehub" readme = "README.md" license = "MIT" [package.metadata.cargo-machete] ignored = ["serde"] [lib] name = "fsl" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.hamcrest] version = "0.1.5" [dependencies.log] version = "0.4.21" features = [] [dependencies.parameterized] version = "2.0.0" [dependencies.pest] version = "2.7.13" [dependencies.pest_derive] version = "2.7.13" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.testing_logger] version = "0.1.1" [lints.rust] missing_docs = "deny"