# 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 = "grass-ir" version = "0.1.4" description = "IR for GRASS" license = "MIT" repository = "https://github.com/38/grass" resolver = "2" [[bin]] name = "validator" path = "src/validator.rs" required-features = ["serde_json"] [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.79" optional = true [dependencies.strum] version = "0.24.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.79"