artifact-app 1.0.1

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
# 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 = "artifact-app"
version = "1.0.1"
authors = ["Garrett Berg <vitiral@gmail.com>"]
description = "Artifact is a design doc tool made for developers. It allows anyone to\neasily write and link their design docs both to each other and to source code,\nmaking it easy to track how complete their project is.\nDocuments are revision controllable, can be rendered as a static\nweb page and have a full suite of command line tools for searching,\nformatting and displaying them.\n"
documentation = "http://vitiral.github.io/artifact/"
readme = "README.md"
keywords = ["cmdline", "tool", "requirements", "documentation", "testing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/vitiral/artifact"
[profile.dev]
codegen-units = 3
[dependencies.uuid]
version = "0.5.1"
features = ["v4", "serde"]

[dependencies.serde_json]
version = "1.*"

[dependencies.unicode-segmentation]
version = "1.2.0"

[dependencies.nickel]
version = "0.10.0"

[dependencies.log]
version = "0.3.8"

[dependencies.regex]
version = "0.2.2"

[dependencies.lazy_static]
version = "0.2.8"

[dependencies.unicode-width]
version = "0.1.4"

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

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

[dependencies.toml]
version = "0.4.5"

[dependencies.tar]
version = "0.4.13"

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

[dependencies.strfmt]
version = "0.1.5"

[dependencies.time]
version = "0.1.*"

[dependencies.tempdir]
version = "0.3.5"

[dependencies.itertools]
version = "0.6.2"

[dependencies.ansi_term]
version = "0.9.0"

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

[dependencies.serde_derive]
version = "1.*"

[dependencies.fern]
version = "0.4.2"

[dependencies.difference]
version = "1.0.0"

[dependencies.serde]
version = "1.0.*"

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

[dependencies.self_update]
version = "0.4.0"
[dev-dependencies.fs_extra]
version = "1.0.0"

[features]
default = []
beta = []