shellac-server 0.2.0

Shell-Agnostic Completion server: command argument autocompletion description
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]
edition = "2018"
name = "shellac-server"
version = "0.2.0"
authors = ["Xavier L'Heureux <xavier.lheureux@icloud.com>"]
description = "Shell-Agnostic Completion server: command argument autocompletion description"
readme = "README.md"
keywords = ["shellac", "autocompletion", "shell", "ShellAC", "CLI"]
categories = ["command-line-interface", "command-line-utilities", "config"]
license = "MIT"
repository = "https://gitlab.redox-os.org/AdminXVII/shellac-server"

[lib]
name = "shellac"
path = "src/codec.rs"

[[bin]]
name = "shellac-json"
path = "src/bin/json.rs"
required-features = ["json"]

[[bin]]
name = "shellac"
path = "src/bin/main/mod.rs"
[dependencies.capnp]
version = "0.10"

[dependencies.combine]
version = "3"

[dependencies.itertools]
version = "0.8"

[dependencies.lru]
version = "0.1"

[dependencies.regex]
version = "1.2"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"
optional = true

[dependencies.serde_yaml]
version = "0.8"

[dependencies.structopt]
version = "0.2"
[dev-dependencies.assert_cmd]
version = "0.11"
[build-dependencies.capnpc]
version = "0.10"

[features]
json = ["serde_json"]