[package] name = "rill-view" version = "0.30.0-alpha.7" authors = ["Denis Kolodin "] edition = "2018" repository = "https://github.com/rillrate/rillrate" homepage = "https://github.com/rillrate/rillrate" documentation = "https://docs.rs/rill-view/" license = "MIT/Apache-2.0" readme = "README.md" keywords = ["logging"] categories = ["development-tools::debugging"] description = "Dynamic logging and tracing system" [dependencies] derive_more = "0.99.14" log = "0.4.14" ordered-float = { version = "2.5.1", features = ["serde"], default-features = false } rill-engine = { version = "0.30.0-alpha.7", path = "../rill-engine", optional = true } rill-protocol = { version = "0.30.0-alpha.7", path = "../rill-protocol" } serde = "1.0.126" vectorize = "0.1.0" [features] default = ["rill-engine"]