# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "ruex" version = "0.1.5" authors = ["Victor Dudochkin "] description = "Generic State Management framework" homepage = "https://angular-rust.github.io/ruex" documentation = "https://docs.rs/ruex" readme = "README.md" keywords = [ "mvc", "redux", "state-management", "time-travel", "event-bus", ] license = "MPL-2.0" repository = "https://github.com/angular-rust/ruex" resolver = "1" [dependencies.atty] version = "0.2" [dependencies.color-backtrace] version = "0.5" [dependencies.colored] version = "2.0" [dependencies.fern] version = "0.6" features = [ "colored", "syslog-6", "meta-logging-in-format", "chrono", ] [dependencies.futures] version = "0.3" [dependencies.humantime] version = "2.1" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1.7" [dependencies.ruex-macro] version = "0" [dependencies.rust-companion] version = "0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.syslog] version = "6" [dependencies.url] version = "2.2" [dependencies.urlencoding] version = "2.1" [build-dependencies.rust-companion] version = "0" [badges.maintenance] status = "actively-developed"