artifact-app 1.1.0-beta001

Artifact is a design doc tool made for developers. It allows anyone to easily write and link their design docs both to each other and to source code, making it easy to track how complete their project is. Documents are revision controllable, can be rendered as a static web page and have a full suite of command line tools for searching, formatting and displaying them.
Documentation
[package]
authors = ["Garrett Berg <vitiral@gmail.com>"]
description = """
Artifact is a design doc tool made for developers. It allows anyone to
easily write and link their design docs both to each other and to source code,
making it easy to track how complete their project is.
Documents are revision controllable, can be rendered as a static
web page and have a full suite of command line tools for searching,
formatting and displaying them.
"""
documentation = "http://vitiral.github.io/artifact/"
keywords = [
    "cmdline",
    "tool",
    "requirements",
    "documentation",
    "testing",
]
license = "MIT OR Apache-2.0"
name = "artifact-app"
readme = "README.md"
repository = "https://github.com/vitiral/artifact"
version = "1.1.0-beta001"

[dependencies]
ansi_term = "0.9.0"
difference = "1.0.0"
fern = "0.4.2"
itertools = "0.6.2"
lazy_static = "0.2.8"
log = "0.3.8"
maplit = "1.0.0"
regex = "0.2.2"
self_update = "0.4.0"
serde = "1.0.*"
serde_derive = "1.*"
serde_json = "1.*"
serde_yaml = "0.7"
strfmt = "0.1.5"
tar = "0.4.13"
tempdir = "0.3.5"
time = "0.1.*"
toml = "0.4.5"
unicode-segmentation = "1.2.0"
unicode-width = "0.1.4"

[dependencies.clap]
default-features = false
features = [
    "suggestions",
    "color",
    "wrap_help",
]
version = "2.26.0"

[dependencies.ctrlc]
features = ["termination"]
version = "3.0.2"

[dependencies.error-chain]
default-features = true
version = "0.10.0"

[dependencies.jsonrpc-core]
version = "7.1.0"

[dependencies.nickel]
version = "0.10.0"

[dependencies.tabwriter]
default-features = false
features = ["ansi_formatting"]
version = "1.0.3"

[dependencies.uuid]
features = [
    "v4",
    "serde",
]
version = "0.5.1"

[dev-dependencies]
fs_extra = "1.0.0"

[features]
beta = []
default = []
[profile.dev]
codegen-units = 3