# 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 = "programinduction" version = "0.9.0" authors = ["Lore Anaya Pozo "] description = "A library for program induction and learning representations." homepage = "https://github.com/lorepozo/program-induction" documentation = "https://docs.rs/programinduction" readme = "README.md" keywords = [ "language", "inference", "bayesian", "genetic", "learning", ] categories = [ "algorithms", "science", ] license = "MIT" repository = "https://github.com/lorepozo/program-induction" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "rustdoc-include-katex-header.html", ] [dependencies.crossbeam-channel] version = "0.5.8" [dependencies.itertools] version = "0.12.0" [dependencies.once_cell] version = "1.18.0" [dependencies.polytype] version = "7.0.1" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.rand_core] version = "^0.3" [dependencies.rayon] version = "1.8.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.term_rewriting] version = "0.7.0" [dependencies.winnow] version = "0.5.28" [dev-dependencies.serde_json] version = "1.0" [features] verbose = []