# 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 = "2018" name = "sexpr_ir" version = "0.7.2" authors = ["Lyzh "] description = "A Generic S-Expression IR Library" readme = "README.md" license = "MIT" repository = "https://github.com/imlyzh/sexpr_ir" [lib] name = "sexpr_ir" path = "src/lib.rs" [[example]] name = "parse_sexpr" path = "examples/parse_sexpr.rs" [[example]] name = "parse_mexpr" path = "examples/parse_mexpr.rs" [dependencies.lazy_static] version = "1.4.0" [dependencies.pest] version = "2.1.3" [dependencies.pest_derive] version = "2.1.0" [dependencies.serde] version = "^1.0.*" features = ["rc", "derive"]