constellation-server 0.0.1

Pluggable authoritative DNS server. Entries can be added & removed from an HTTP REST API.
# 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 = "constellation-server"
version = "0.0.1"
authors = ["Valerian Saliou <valerian@valeriansaliou.name>"]
description = "Pluggable authoritative DNS server. Entries can be added & removed from an HTTP REST API."
homepage = "https://github.com/valeriansaliou/constellation"
readme = "README.md"
keywords = ["dns", "api"]
categories = ["web-programming"]
license = "MPL-2.0"
repository = "https://github.com/valeriansaliou/constellation.git"
[profile.dev]
opt-level = 0
debug = true
debug-assertions = true

[profile.release]
opt-level = "s"
lto = true
debug = false
debug-assertions = false

[[bin]]
name = "constellation"
path = "src/main.rs"
doc = false
[dependencies.clap]
version = "2.26"
default-features = false

[dependencies.lazy_static]
version = "1.0"

[dependencies.log]
version = "0.4"

[dependencies.toml]
version = "0.4"
[badges.coveralls]
branch = "master"
repository = "valeriansaliou/constellation"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "valeriansaliou/constellation"