sensorlog 0.1.0

A lightweight data logging service
# 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 = "sensorlog"
version = "0.1.0"
authors = ["The sensorlog Authors <oss@nyantec.com>"]
description = "A lightweight data logging service"
license = "MirOS"

[[bin]]
name = "sensorlogd"
path = "src/server.rs"

[[bin]]
name = "sensorlogctl"
path = "src/cli.rs"
[dependencies.env_logger]
version = "0.5.10"

[dependencies.getopts]
version = "0.2.17"

[dependencies.iron]
version = "0.4.0"

[dependencies.log]
version = "0.4.1"

[dependencies.serde]
version = "1.0.55"

[dependencies.serde_derive]
version = "1.0.55"

[dependencies.serde_json]
version = "1.0.17"