# 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 = "datadot" version = "0.0.1" authors = ["dsietz"] exclude = ["examples/*", "target/*", "tests/*", "benches/*"] description = "A Data Dot is a micro executable that acts on its specified data point that is defined at start up, join a cluster, and interact with the colony." documentation = "https://docs.rs/datadot/" readme = "README.md" keywords = ["data", "multicasting", "dynamic", "plugins"] license = "Apache-2.0" repository = "https://github.com/dsietz/datadot.git" [lib] name = "dotlib" path = "src/lib.rs" [[bin]] name = "datadot" path = "src/bin/datadot.rs" [[example]] name = "plugin_helloWorld" crate-type = ["dylib"] path = "examples/plugins/plugin_helloWorld.rs" [dependencies.clap] version = "2.32.0" [dependencies.dynamic_reload] version = "0.3.0" [dependencies.json] version = "0.11.13" [dependencies.lazy_static] version = "1.2.0" [dependencies.log] version = "0.4.0" [dependencies.regex] version = "1.1.0" [dependencies.socket2] version = "0.3.8" features = ["reuseport"] [features] helper = [] [badges.appveyor] repository = "dsietz/datadot" [badges.coveralls] branch = "master" repostiory = "dsietz/datadot" [badges.is-it-maintained-issue-resolution] repository = "dsietz/datadot" [badges.is-it-maintained-open-issues] repository = "dsietz/datadot" [badges.maintenance] status = "experimental" [badges.travis-ci] repository = "dsietz/datadot"