# 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" rust-version = "1.64.0" name = "canrun" version = "0.5.0" authors = ["Erik Simmler "] description = "A logic programming library inspired by the *Kanren family of language DSLs." documentation = "https://docs.rs/crate/canrun" readme = "README.md" keywords = [ "logic", "dsl", "kanren", ] categories = [ "algorithms", "mathematics", ] license = "MIT/Apache-2.0" repository = "https://github.com/tgecho/canrun_rs" resolver = "1" [[bench]] name = "main" harness = false [dependencies.im-rc] version = "15.1.0" [dependencies.itertools] version = "0.10.5" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.log] version = "0.4.17"