texform-interface 0.1.0

Dependency-free shared types for TeXForm (internal; use the texform crate)
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"
name = "texform-interface"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dependency-free shared types for TeXForm (internal; use the texform crate)"
homepage = "https://texform.dev"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/texform-dev/texform"

[features]
tsify = [
    "dep:tsify-next",
    "dep:wasm-bindgen",
]

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

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

[dependencies.serde]
version = "1.0.216"
features = ["derive"]

[dependencies.tsify-next]
version = "0.5"
features = ["js"]
optional = true
default-features = false

[dependencies.wasm-bindgen]
version = "0.2"
optional = true

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