quixutils 0.1.3

Common helpers and utils
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 = "quixutils"
version = "0.1.3"
authors = ["Prasanna Loganathar <pvl@prasannavl.com>"]
description = "Common helpers and utils"
homepage = "https://github.com/quixon-labs/quixutils-rs"
readme = "README.md"
keywords = ["bootstrap", "helpers", "utils"]
categories = ["rust-patterns"]
license = "Apache-2.0"
repository = "https://github.com/quixon-labs/quixutils-rs"
[dependencies.actix]
version = "0.7"
optional = true

[dependencies.actix-web]
version = "0.7"
optional = true

[dependencies.chrono]
version = "0.4"

[dependencies.env_logger]
version = "0.6"

[dependencies.failure]
version = "0.1"

[dependencies.futures]
version = "0.1"

[dependencies.hyper]
version = "0.12"

[dependencies.lazy_static]
version = "1.3"

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.6"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.time]
version = "0.1"

[features]
actix_utils = ["actix", "actix-web"]
default = []