texform-knowledge 0.1.0

LaTeX command and environment knowledge base 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-knowledge"
version = "0.1.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LaTeX command and environment knowledge base 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"

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

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

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

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

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

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.texform-argspec]
version = "0.1.0"

[dependencies.texform-interface]
version = "0.1.0"

[dependencies.texform-knowledge-macros]
version = "0.1.0"

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

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

[build-dependencies.serde_yaml]
version = "0.9.34"

[build-dependencies.texform-argspec]
version = "0.1.0"