typub-core 0.1.0

Shared capability types and content model for typub
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"
name = "typub-core"
version = "0.1.0"
build = false
include = [
    "src/**/*",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared capability types and content model for typub"
homepage = "https://github.com/lucifer1004/typub"
readme = false
license = "MIT"
repository = "https://github.com/lucifer1004/typub"

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

[dependencies.anyhow]
version = "1"

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

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

[dependencies.subst]
version = "0.3"

[dependencies.toml]
version = "1"

[dependencies.walkdir]
version = "2"

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

[dev-dependencies.tempfile]
version = "3.25.0"

[lints.clippy]
expect_used = "deny"
unwrap_used = "deny"