mirror of
https://github.com/enso-org/enso.git
synced 2024-12-21 17:21:37 +03:00
35 lines
810 B
TOML
35 lines
810 B
TOML
[package]
|
|
name = "enso-shapely"
|
|
version = "0.2.0"
|
|
authors = ["Enso Team <enso-dev@enso.org>"]
|
|
edition = "2021"
|
|
description = "Automated typeclass derivation."
|
|
readme = "README.md"
|
|
homepage = "https://github.com/enso-org/enso/lib/rust/shapely"
|
|
repository = "https://github.com/enso-org/enso"
|
|
license-file = "../../../LICENSE"
|
|
keywords = ["typeclass", "deriving"]
|
|
categories = ["algorithms"]
|
|
publish = true
|
|
|
|
[lib]
|
|
crate-type = ["rlib"]
|
|
|
|
[features]
|
|
default = []
|
|
|
|
[dependencies]
|
|
enso-zst = { path = "../zst" }
|
|
enso-shapely-macros = { path = "macros" }
|
|
paste = { workspace = true }
|
|
derivative = { workspace = true }
|
|
rustversion = { version = "1.0" }
|
|
wasm-bindgen = { workspace = true }
|
|
|
|
[dependencies.web-sys]
|
|
version = "0.3.4"
|
|
|
|
[dev-dependencies]
|
|
enso-prelude = { path = "../prelude" }
|
|
wasm-bindgen-test = "0.3.8"
|