cicada 0.5.3

A simple Unix shell.
# 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.5.3"
authors = ["Hugo Wang <w@mitnk.com>"]
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"
[dependencies.nom]
version = "^3.0"

[dependencies.nix]
version = "0.8.0"

[dependencies.regex]
version = "0.2.0"

[dependencies.time]
version = "0.1.0"

[dependencies.sqlite]
version = "0.23.0"

[dependencies.linefeed]
version = "0.2.0"

[dependencies.glob]
version = "0.2.0"

[dependencies.libc]
version = "0.2.0"

[dependencies.exec]
version = "0.2.0"

[dependencies.shellexpand]
version = "1.0.0"

[dependencies.yaml-rust]
version = "0.3.0"

[dependencies.errno]
version = "0.2.0"