# 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 = "asl" version = "0.2.0" authors = ["Gustavo Muenz "] description = "Rust implementation for Amazon States Language" readme = "README.md" license = "MIT" repository = "https://github.com/edisongustavo/asl-rust" [profile.dist] lto = "thin" inherits = "release" [lib] [dependencies.chrono] version = "0.4.38" [dependencies.derive_builder] version = "0.20.0" [dependencies.itertools] version = "0.13.0" [dependencies.jsonpath-rust] version = "0.6.0" [dependencies.once_cell] version = "1.19.0" [dependencies.pest] version = "2.7.10" features = ["pretty-print"] [dependencies.pest_derive] version = "2.7.10" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.serde_with] version = "3.8.1" [dependencies.strum] version = "0.26.2" [dependencies.strum_macros] version = "0.26.4" [dependencies.thiserror] version = "1.0.61" [dependencies.wildmatch] version = "2.3.4" [dev-dependencies.json5] version = "0.4.1" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.map-macro] version = "0.3.0" [dev-dependencies.rstest] version = "0.21.0" [dev-dependencies.similar-asserts] version = "1.5.0" [dev-dependencies.testresult] version = "0.4.0"