jules-core 0.1.1

Core abstractions and traits for Jules-SDK
# 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.90.0"
name = "jules-core"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core abstractions and traits for Jules-SDK"
homepage = "https://github.com/ArtisanXL/jules-sdk"
documentation = "https://docs.rs/jules-sdk"
readme = "README.md"
keywords = [
    "jules",
    "google",
    "sdk",
    "async",
]
categories = [
    "api-bindings",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ArtisanXL/jules-sdk"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
cli = []
default = [
    "streaming",
    "tools",
]
experimental = []
middleware = ["dep:tokio"]
streaming = []
telemetry = []
tools = []
wasm = []

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

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

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

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

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.tokio]
version = "1.53.1"
features = ["time"]
optional = true

[dependencies.tracing]
version = "0.1.44"
features = ["log"]

[dev-dependencies.proptest]
version = "1.11.0"

[dev-dependencies.tokio]
version = "1.53.1"
features = [
    "rt",
    "macros",
    "test-util",
]

[dev-dependencies.wasm-bindgen-test]
version = "0.3.45"

[lints.clippy.all]
level = "deny"
priority = 10

[lints.clippy.pedantic]
level = "warn"
priority = 3

[lints.clippy.redundant_clone]
level = "deny"
priority = 9

[lints.rust]
unused_variables = "warn"

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

[lints.rust.nonstandard-style]
level = "deny"
priority = -2

[lints.rust.rust_2018_idioms]
level = "deny"
priority = -3