[package]
edition = "2024"
rust-version = "1.97"
name = "alux-shape-typescript"
version = "0.1.0"
authors = ["Tomislav Grospic <grospic@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TypeScript interpretation of ALUX data shapes"
homepage = "https://alux.network"
documentation = "https://docs.rs/alux-shape-typescript"
readme = "README.md"
license = "MIT"
repository = "https://github.com/alux-network/alux-rust"
resolver = "2"
[lib]
name = "alux_shape_typescript"
path = "src/lib.rs"
[[test]]
name = "emitting"
path = "tests/emitting.rs"
[dependencies.alux-shape]
version = "0.1"
[dev-dependencies.serde]
version = "1"
features = ["derive"]