eliza 1.0.0

A rust implementation of ELIZA - a natural language processing program developed by Joseph Weizenbaum in 1966.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "eliza"
version = "1.0.0"
authors = ["arosspope <andrew.pope456@gmail.com>"]
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.serde_derive]
version = "1.0"

[dependencies.log]
version = "0.3"

[dependencies.serde]
version = "1.0"

[dependencies.env_logger]
version = "0.3"

[dependencies.regex]
version = "0.2"

[dependencies.serde_json]
version = "1.0"

[dependencies.rand]
version = "0.3"