# 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 = "logic-lang" version = "0.0.2" authors = ["hrkz "] description = "structural logic based on equivalence graphs" homepage = "https://logic-lang.github.io" readme = "README.md" keywords = [ "logic", "rewriting", "equivalence", "graph", ] license = "MIT" repository = "https://github.com/logic-lang/logic/" [package.metadata.docs.rs] features = ["logic_lang"] [lib] name = "logic" [[bin]] name = "logic" path = "bin/main.rs" [[example]] name = "logic-functional" path = "examples/func.rs" test = true [[example]] name = "logic-elementary" path = "examples/elem.rs" test = true [[example]] name = "logic-boolean" path = "examples/bool.rs" test = true [dependencies.rustc-hash] version = "1.1.0" [features] default = [] logic_lang = []