dream 1.1.0

Library facade re-exporting all core crates under feature-gated modules
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"
rust-version = "1.70"
name = "dream"
version = "1.1.0"
authors = ["Kostiantyn Mysnyk <wandalen@obox.systems>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library facade re-exporting all core crates under feature-gated modules"
homepage = "https://github.com/iron-cage/claude_tools"
documentation = "https://docs.rs/dream"
readme = "readme.md"
keywords = [
    "claude",
    "ai",
    "facade",
    "toolkit",
    "library",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/iron-cage/claude_tools"

[features]
assets = ["dep:claude_assets_core"]
common = ["dep:claude_core"]
default = []
enabled = ["full"]
full = [
    "common",
    "storage",
    "profile",
    "runner",
    "version",
    "assets",
]
profile = ["dep:claude_profile_core"]
runner = ["dep:claude_runner_core"]
storage = ["dep:claude_storage_core"]
version = ["dep:claude_version_core"]

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

[[test]]
name = "integration"
path = "tests/integration/facade_test.rs"

[dependencies.claude_assets_core]
version = "~1.0.0"
optional = true
default-features = false

[dependencies.claude_core]
version = "~1.0.0"
optional = true
default-features = false

[dependencies.claude_profile_core]
version = "~1.0.0"
optional = true
default-features = false

[dependencies.claude_runner_core]
version = "~1.0.0"
features = ["enabled"]
optional = true
default-features = false

[dependencies.claude_storage_core]
version = "~1.0.0"
optional = true
default-features = false

[dependencies.claude_version_core]
version = "~1.0.0"
optional = true
default-features = false

[lints.clippy]
absolute_paths = "allow"
arbitrary_source_item_ordering = "allow"
cast_precision_loss = "allow"
doc_include_without_cfg = "warn"
implicit_return = "allow"
inline_always = "allow"
items_after_statements = "allow"
missing_docs_in_private_items = "allow"
missing_inline_in_public_items = "warn"
mod_module_files = "allow"
module_name_repetitions = "allow"
pub_use = "allow"
question_mark_used = "allow"
single_call_fn = "allow"
std_instead_of_alloc = "allow"
std_instead_of_core = "warn"
undocumented_unsafe_blocks = "deny"
wildcard_imports = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"
unsafe-code = "deny"

[lints.rust.future_incompatible]
level = "warn"
priority = -1

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1