Cargo Features

[dependencies]
chronicle-proxy = { version = "0.4.3", default-features = false, features = ["postgres", "sqlite", "filigree", "schemars", "aws-bedrock", "live-test", "live-test-anthropic", "live-test-aws-bedrock"] }
default = postgres, sqlite

These default features are set whenever chronicle-proxy is added without default-features = false somewhere in the dependency tree.

postgres default

Enables postgres of sqlx ^0.7.4

Affects database::postgres

sqlite default

Enables sqlite of sqlx ^0.7.4

Affects database::sqlite

filigree

Enables filigree ^0.3.0

schemars

Enables schemars

aws-bedrock live-test-aws-bedrock?

Enables aws-config, aws-sdk-bedrockruntime, and aws-smithy-types

Affects providers::aws_bedrock

live-test = live-test-anthropic, live-test-aws-bedrock
live-test-anthropic live-test?
live-test-aws-bedrock live-test? = aws-bedrock