# 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 = "organelle" version = "0.7.4" authors = ["Andrew J Westlake "] description = "framework for creating emergent AI systems" homepage = "https://github.com/awestlake87/organelle" documentation = "https://docs.rs/organelle" license = "MIT" repository = "https://github.com/awestlake87/organelle" [[example]] name = "visualizer" crate-type = ["bin"] path = "examples/visualizer.rs" required-features = ["visualizer"] [dependencies.bytes] version = "0.4" [dependencies.error-chain] version = "0.11" [dependencies.futures-await] version = "0.1" [dependencies.hyper] version = "0.11" optional = true [dependencies.open] version = "1.2" optional = true [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "0.0" [dependencies.tokio-core] version = "0.1" [dependencies.uuid] version = "0.6" features = ["serde", "v4"] [dev-dependencies.tokio-timer] version = "0.1" [features] visualizer = ["hyper", "open"]