sonnerie 0.1.1

A simple timeseries database
# 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 = "sonnerie"
version = "0.1.1"
authors = ["Charles Samuels <kalle@eventures.vc>", "e.ventures Management LLC"]
description = "A simple timeseries database"
documentation = "https://docs.rs/sonnerie/"
readme = "README.md"
keywords = ["cli", "timeseries", "database"]
license = "BSD-2-Clause"
repository = "https://github.com/njaard/sonnerie"
[dependencies.antidote]
version = "1"

[dependencies.byteorder]
version = "1"

[dependencies.chrono]
version = "0.4.6"

[dependencies.clap]
version = "2"

[dependencies.escape_string]
version = "0.1.0"

[dependencies.intrusive-collections]
version = "0.7.4"

[dependencies.libc]
version = "0.2.43"

[dependencies.nix]
version = "0.11"

[dependencies.range]
version = "0.3.1"

[dependencies.rusqlite]
version = "0.14.0"

[dependencies.rustyline]
version = "2"

[dependencies.shlex]
version = "0.1.1"

[dependencies.sonnerie-api]
version = "0.1.0"
[dev-dependencies.tempfile]
version = "3"