# 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 = "ironplc-plc2x" version = "0.1.1" authors = ["Garret Fick"] description = "Compiler front-end for ironplc." license = "MIT" repository = "https://github.com/garretfick/ironplc" resolver = "1" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.codespan-reporting] version = "0.11.1" [dependencies.ironplc-dsl] version = "0.1.1" [dependencies.ironplc-parser] version = "0.1.1" [dependencies.petgraph] version = "0.6.2" [dependencies.phf] version = "0.11" features = ["macros"] [dependencies.time] version = "0.3.17" [features] trace = ["ironplc-parser/trace"] [badges.maintenance] status = "experimental"