dazzle-core 0.4.6

Core library for Dazzle: Scheme interpreter (ported from OpenJade) + DSSSL primitives + Grove/FOT traits
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 = "2021"
name = "dazzle-core"
version = "0.4.6"
authors = ["R. Schleitzer <r.schleitzer@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for Dazzle: Scheme interpreter (ported from OpenJade) + DSSSL primitives + Grove/FOT traits"
homepage = "https://github.com/rschleitzer/dazzle"
readme = false
license = "MIT"
repository = "https://github.com/rschleitzer/dazzle"

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.gc]
version = "0.5"
features = ["derive"]

[dependencies.thiserror]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]