tensorlogic-ir 0.1.0-beta.1

Intermediate representation (IR) and AST types for TensorLogic
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 = "tensorlogic-ir"
version = "0.1.0-beta.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Intermediate representation (IR) and AST types for TensorLogic"
homepage = "https://github.com/cool-japan/tensorlogic"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/cool-japan/tensorlogic"

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

[[example]]
name = "00_basic_expressions"
path = "examples/00_basic_expressions.rs"

[[example]]
name = "01_quantifiers"
path = "examples/01_quantifiers.rs"

[[example]]
name = "02_arithmetic"
path = "examples/02_arithmetic.rs"

[[example]]
name = "03_graph_construction"
path = "examples/03_graph_construction.rs"

[[example]]
name = "04_ir_operations_optimization"
path = "examples/04_ir_operations_optimization.rs"

[[example]]
name = "04_optimization"
path = "examples/04_optimization.rs"

[[example]]
name = "05_serialization"
path = "examples/05_serialization.rs"

[[example]]
name = "06_visualization"
path = "examples/06_visualization.rs"

[[example]]
name = "07_parametric_types"
path = "examples/07_parametric_types.rs"

[[example]]
name = "08_effect_system"
path = "examples/08_effect_system.rs"

[[example]]
name = "09_dependent_types"
path = "examples/09_dependent_types.rs"

[[example]]
name = "10_linear_types"
path = "examples/10_linear_types.rs"

[[example]]
name = "11_refinement_types"
path = "examples/11_refinement_types.rs"

[[example]]
name = "12_profile_guided_optimization"
path = "examples/12_profile_guided_optimization.rs"

[[example]]
name = "13_sequent_calculus"
path = "examples/13_sequent_calculus.rs"

[[example]]
name = "14_constraint_logic_programming"
path = "examples/14_constraint_logic_programming.rs"

[[example]]
name = "15_advanced_graph_algorithms"
path = "examples/15_advanced_graph_algorithms.rs"

[[example]]
name = "16_resolution_theorem_proving"
path = "examples/16_resolution_theorem_proving.rs"

[[example]]
name = "18_graph_export"
path = "examples/18_graph_export.rs"

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

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

[[bench]]
name = "advanced_types_bench"
path = "benches/advanced_types_bench.rs"

[[bench]]
name = "ir_benchmarks"
path = "benches/ir_benchmarks.rs"

[[bench]]
name = "pgo_bench"
path = "benches/pgo_bench.rs"

[[bench]]
name = "theorem_proving_bench"
path = "benches/theorem_proving_bench.rs"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.oxicode]
version = "0.1.1"
features = ["serde"]

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.criterion]
version = "0.8"

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