# 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 = "panoramix" version = "0.0.3" authors = ["Olivier FAURE "] description = "A prototype implementation of reactive UI in rust" readme = "README.md" keywords = ["gui", "toolkit", "reactive", "declarative", "druid"] categories = ["gui"] license = "MIT" repository = "https://github.com/PoignardAzur/panoramix" [dependencies.derivative] version = "2.1.3" [dependencies.druid] version = "0.7.0" features = ["crochet"] [dependencies.either] version = "1.6.1" [dependencies.log] version = "0.4.11" [dependencies.panoramix-derive] version = "0.0.2" [dependencies.tracing] version = "0.1.22" [dependencies.tracing-subscriber] version = "0.2.15" [dependencies.tracing-unwrap] version = "0.9.2" [dev-dependencies.insta] version = "1.5.1" [dev-dependencies.test-env-log] version = "0.2.4" features = ["trace"] default-features = false [dev-dependencies.tracing-log] version = "0.1.1"