draxl 0.1.0

Agent-native source for semantic program control.
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 = "draxl"
version = "0.1.0"
authors = ["rndhouse <rndhouse@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent-native source for semantic program control."
homepage = "https://draxl.dev"
documentation = "https://docs.rs/draxl"
readme = "README.md"
keywords = [
    "ast",
    "parser",
    "agent",
    "language",
    "ai",
]
categories = [
    "compilers",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/draxl-org/draxl"

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

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

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

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

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

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

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

[dependencies.draxl-ast]
version = "0.1.0"

[dependencies.draxl-lower-rust]
version = "0.1.0"

[dependencies.draxl-parser]
version = "0.1.0"

[dependencies.draxl-patch]
version = "0.1.0"

[dependencies.draxl-printer]
version = "0.1.0"

[dependencies.draxl-validate]
version = "0.1.0"