alux-shape-morph 0.1.0

Transformations of ALUX data shapes, stated as another algebra
Documentation
# 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 = "2024"
rust-version = "1.97"
name = "alux-shape-morph"
version = "0.1.0"
authors = ["Tomislav Grospic <grospic@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Transformations of ALUX data shapes, stated as another algebra"
homepage = "https://alux.network"
documentation = "https://docs.rs/alux-shape-morph"
readme = "README.md"
license = "MIT"
repository = "https://github.com/alux-network/alux-rust"
resolver = "2"

[lib]
name = "alux_shape_morph"
path = "src/lib.rs"

[[test]]
name = "transforming"
path = "tests/transforming.rs"

[dependencies.alux-shape]
version = "0.1"

[dev-dependencies.alux-shape-json]
version = "0.1"

[dev-dependencies.alux-shape-text]
version = "0.1"

[dev-dependencies.alux-shape-typescript]
version = "0.1"

[dev-dependencies.serde_json]
version = "1"