lightspeed_cms 0.33.3

LightSpeed
Documentation
[package]
name = "lightspeed_cms"
license = "MIT"
version = "0.33.3"
authors = ["Francesco Cina <ufoscout@gmail.com>"]
description = "LightSpeed"
edition = "2018"
readme = "README.md"
homepage = "https://github.com/LightHero/lightspeed"
repository = "https://github.com/LightHero/lightspeed"
keywords = []

[dependencies]
lightspeed_cache = { version = "0.33.3", path = "../cache" }
lightspeed_core = { version = "0.33.3", path = "../core" }
async-trait = "0.1"
c3p0 = { version = "0.61.0", features = ["postgres_migrate"] }
log = "0.4"
once_cell = "1.5"
regex = "1.4"
serde = { version = "1.0" , features = ["derive", "rc"] }
structopt = "0.3"


[dev-dependencies]
futures = "0.3"
lightspeed_logger = { version = "0.33.3", path = "../logger" }
maybe-single = { version = "0.13.2", features =["tokio_02"] }
maplit = "1"
testcontainers = "0.11"
tokio = { version = "0.2", features = ["rt-threaded"] }