ice_core 0.3.9

High performance Web engine
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 = "ice_core"
version = "0.3.9"
authors = ["losfair <zhy20000919@hotmail.com>"]
description = "High performance Web engine"
license = "LGPL-3.0"
repository = "https://github.com/losfair/IceCore"
[profile.release]
lto = true

[lib]
name = "ice_core"
crate-type = ["cdylib"]
[dependencies.lazy_static]
version = "0.2"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio-core]
version = "0.1"

[dependencies.tokio-io]
version = "0.1"

[dependencies.chrono]
version = "0.4"

[dependencies.hyper]
version = "0.11"

[dependencies.serde_derive]
version = "1.0"

[dependencies.etag]
version = "0.2"

[dependencies.futures]
version = "0.1"

[dependencies.num_cpus]
version = "1.6"

[dependencies.ansi_term]
version = "0.9"

[dependencies.cervus]
version = "0.3"
optional = true

[dependencies.byteorder]
version = "1.1"

[dependencies.net2]
version = "0.2"

[dependencies.tera]
version = "0.10"

[dependencies.sequence_trie]
version = "0.3"

[dependencies.uuid]
version = "0.4"
features = ["v4"]

[dependencies.serde]
version = "1.0"

[features]
use_cervus = ["cervus"]