ricecoder-providers 0.1.71

AI provider abstraction and integration
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

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

[dependencies.dotenv]
version = "0.15"

[dependencies.futures]
version = "0.3"

[dependencies.rand]
version = "0.8"

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
features = ["json"]
version = "0.11"

[dependencies.ricecoder-storage]
version = "0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.lazy_static]
version = "1.4"

[dev-dependencies.mockito]
version = "1.2"

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

[dev-dependencies.serial_test]
version = "3.0"

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

[dev-dependencies.tokio-test]
version = "0.4"

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

[package]
authors = ["RiceCoder Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "AI provider abstraction and integration"
documentation = "https://github.com/moabualruz/ricecoder/wiki"
edition = "2021"
homepage = "https://github.com/moabualruz/ricecoder"
license = "MIT"
name = "ricecoder-providers"
readme = "README.md"
repository = "https://github.com/moabualruz/ricecoder"
version = "0.1.71"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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