coil-core 0.1.1

Core runtime contracts and composition primitives for the Coil framework.
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 = "2024"
rust-version = "1.85"
name = "coil-core"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core runtime contracts and composition primitives for the Coil framework."
homepage = "https://coil.rs"
documentation = "https://coil.rs/docs"
readme = "README.md"
license = "MIT"
repository = "https://github.com/coil-framework/coil"

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

[dependencies.aes-gcm]
version = "0.10"

[dependencies.base64]
version = "0.22"

[dependencies.coil-a11y]
version = "0.1.1"

[dependencies.coil-auth]
version = "0.1.1"

[dependencies.coil-cache]
version = "0.1.1"

[dependencies.coil-config]
version = "0.1.1"

[dependencies.coil-data]
version = "0.1.1"

[dependencies.coil-i18n]
version = "0.1.1"

[dependencies.coil-jobs]
version = "0.1.1"

[dependencies.coil-observability]
version = "0.1.1"

[dependencies.coil-seo]
version = "0.1.1"

[dependencies.coil-template]
version = "0.1.1"

[dependencies.coil-tls]
version = "0.1.1"

[dependencies.coil-wasm]
version = "0.1.1"

[dependencies.hmac]
version = "0.12"

[dependencies.rand]
version = "0.8"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.toml]
version = "0.8"