cicada 0.8.1

A simple Unix shell.
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 = "cicada"
version = "0.8.1"
authors = ["Hugo Wang <w@mitnk.com>"]
build = "src/build.rs"
description = "A simple Unix shell."
keywords = ["shell", "unix"]
categories = ["command-line-utilities", "command-line-interface", "development-tools"]
license = "MIT"
repository = "https://github.com/mitnk/cicada"

[lib]
name = "cicada"
path = "src/lib.rs"

[[bin]]
name = "cicada"
doc = false
[dependencies.errno]
version = "0.2.0"

[dependencies.exec]
version = "0.3.0"

[dependencies.glob]
version = "0.2.0"

[dependencies.libc]
version = "0.2.0"

[dependencies.linefeed]
version = "0.5.0"

[dependencies.nix]
version = "0.10.0"

[dependencies.nom]
version = "3.0"

[dependencies.regex]
version = "1.0.0"

[dependencies.sqlite]
version = "0.23.0"

[dependencies.time]
version = "0.1"

[dependencies.yaml-rust]
version = "0.3.0"
[build-dependencies.time]
version = "0.1"