rust-dominator/Cargo.toml

31 lines
846 B
TOML
Raw Normal View History

2018-02-21 01:37:09 -05:00
[package]
name = "dominator"
2019-04-28 20:31:09 -04:00
version = "0.4.4"
2018-02-21 01:37:09 -05:00
authors = ["Pauan <pcxunlimited@gmail.com>"]
2019-01-08 05:14:15 -05:00
description = "Zero cost declarative DOM library using FRP signals"
repository = "https://github.com/Pauan/rust-dominator"
homepage = "https://github.com/Pauan/rust-dominator"
readme = "README.md"
license = "MIT"
keywords = ["javascript", "dom", "reactive", "signal", "frp"]
categories = ["web-programming", "template-engine", "wasm"]
2018-02-21 01:37:09 -05:00
[dependencies]
2018-09-17 17:30:24 -04:00
stdweb-derive = "0.5.0"
2018-02-21 01:37:09 -05:00
lazy_static = "1.0.0"
2018-02-25 06:58:20 -05:00
discard = "1.0.3"
pin-utils = "0.1.0-alpha.3"
2019-04-28 20:30:55 -04:00
futures-channel-preview = "0.3.0-alpha.15"
futures-util-preview = "0.3.0-alpha.15"
2018-12-21 06:29:44 -05:00
futures-signals = "0.3.0"
2018-02-23 21:50:03 -05:00
[dependencies.stdweb]
2018-10-25 00:26:23 -04:00
version = "0.4.10"
2018-02-23 21:50:03 -05:00
features = ["experimental_features_which_may_break_on_minor_version_bumps"]
2018-06-25 21:02:48 -04:00
[profile.release]
debug-assertions = true
[profile.bench]
debug-assertions = true