# 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 = "implies" version = "0.4.5" description = "A parser for logical formulas" documentation = "https://docs.rs/implies/0.4.5-alpha/implies/" readme = "README.md" keywords = [ "logic", "binary_tree", "tree", "graph", ] categories = [ "data-structures", "mathematics", ] license = "MIT" repository = "https://github.com/armaan-rashid/implies" [lib] name = "implies" crate-type = ["cdylib"] [dependencies.cascade] version = "1.0.1" [dependencies.enum-iterator] version = "1.5.0" [dependencies.pyo3] version = "0.19.2" optional = true [build-dependencies.pyo3-build-config] version = "0.20.0" optional = true [features] python = [ "pyo3", "pyo3/auto-initialize", "pyo3/extension-module", "pyo3-build-config", ] [target.x86_64-apple-darwin]