# 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 = "eliza" version = "2.0.1" authors = ["arosspope "] include = [ "src/**/*", "Cargo.toml", "scripts/doctor.json", ] description = "A rust implementation of ELIZA - a natural language processing program developed by Joseph Weizenbaum in 1966." homepage = "https://github.com/arosspope/eliza-rs.git" readme = "README.md" keywords = [ "eliza", "nlp", "weizenbaum", "linguistics", "chatbot", ] categories = [ "algorithms", "text-processing", ] license = "MIT/Apache-2.0" repository = "https://github.com/arosspope/eliza-rs.git" [[bin]] name = "eliza" doc = false [dependencies.env_logger] version = "^0.7" [dependencies.log] version = "^0.4" [dependencies.rand] version = "^0.7" [dependencies.regex] version = "^1.3" [dependencies.serde] version = "^1.0" [dependencies.serde_derive] version = "^1.0" [dependencies.serde_json] version = "^1.0"