cairnlang-core 0.5.0

Cairn core: content-addressed AST store, the single type/confidence/effect checker, projection renderer, and WASM lowering. Owns the model.
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 = "cairnlang-core"
version = "0.5.0"
authors = ["Andrew Hodson"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cairn core: content-addressed AST store, the single type/confidence/effect checker, projection renderer, and WASM lowering. Owns the model."
homepage = "https://github.com/cairnlang-org/cairn-lang"
readme = "README.md"
keywords = [
    "ai",
    "compiler",
    "wasm",
    "ast",
    "language",
]
categories = [
    "compilers",
    "development-tools",
    "wasm",
]
license = "Apache-2.0"
repository = "https://github.com/cairnlang-org/cairn-lang"

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

[[example]]
name = "blog_spec"
path = "examples/blog_spec.rs"

[[example]]
name = "crm_spec"
path = "examples/crm_spec.rs"

[[example]]
name = "live_counter"
path = "examples/live_counter.rs"

[[example]]
name = "quote_spec"
path = "examples/quote_spec.rs"

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

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

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

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

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

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

[dependencies.getrandom]
version = "0.2"

[dependencies.rusqlite]
version = "0.32"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.ureq]
version = "2"
features = ["tls"]

[dependencies.walrus]
version = "0.23"

[dependencies.wasmtime]
version = "27"