feattle-ui 0.2.5

Featture toggles for Rust, extensible and with background synchronization and administration UI
Documentation
[package]
name = "feattle-ui"
version = "0.2.5"
authors = ["Guilherme Souza <sitegui@sitegui.com.br>"]
edition = "2018"
description = "Featture toggles for Rust, extensible and with background synchronization and administration UI"
repository = "https://github.com/sitegui/feattle-rs"
license = "MIT OR Apache-2.0"
readme = "README.md"
keywords = ["toggle", "feature", "flag", "flipper"]
categories = ["config", "data-structures", "development-tools", "web-programming"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = { version = "0.4.15", features = ["serde"] }
feattle-core = { path = "../feattle-core", version = "0.2.4" }
futures = "0.3.5"
handlebars = "3.4.0"
log = "0.4.11"
serde = { version = "1.0.115", features = ["derive"] }
serde_json = "1.0.57"
thiserror = "1.0.20"
warp = { version = "0.2.4", optional = true }

[dev-dependencies]
tokio = { version = "0.2.22", features = ["macros", "rt-core"] }

[package.metadata.docs.rs]
all-features = true