simple_term_rewriter 0.4.0

A basic interface to rewrite concrete tree terms according to a set of rules
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 = "simple_term_rewriter"
version = "0.4.0"
authors = ["Erwan Mahe"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A basic interface to rewrite concrete tree terms according to a set of rules"
homepage = "https://github.com/erwanM974/simple_term_rewriter"
readme = "README.md"
keywords = [
    "term",
    "tree",
    "rewriting",
]
license = "Apache-2.0"
repository = "https://github.com/erwanM974/simple_term_rewriter"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[[bench]]
name = "ac_reorder"
path = "benches/ac_reorder.rs"
harness = false

[[bench]]
name = "metrics"
path = "benches/metrics.rs"
harness = false

[[bench]]
name = "random_gen"
path = "benches/random_gen.rs"
harness = false

[[bench]]
name = "rewriting"
path = "benches/rewriting.rs"
harness = false

[dependencies.hashconsing]
version = "1.7.0"

[dependencies.map-macro]
version = "0.3.0"

[dependencies.rand]
version = "0.10.1"

[dev-dependencies.criterion]
version = "0.8.2"
features = ["html_reports"]