spn-core 0.2.0

Core types, provider definitions, model registry, and validation for SuperNovae ecosystem
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.75"
name = "spn-core"
version = "0.2.0"
authors = [
    "Thibaut MELEN <thibaut@supernovae.studio>",
    "SuperNovae Studio <contact@supernovae.studio>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types, provider definitions, model registry, and validation for SuperNovae ecosystem"
homepage = "https://supernovae.studio"
documentation = "https://docs.rs/spn-core"
readme = "README.md"
keywords = [
    "supernovae",
    "providers",
    "validation",
    "models",
    "llm",
]
categories = [
    "data-structures",
    "config",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/supernovae-st/supernovae-cli"

[features]
default = []
dirs = ["dep:dirs"]
serde = ["dep:serde"]

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

[dependencies.dirs]
version = "6.0"
optional = true

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

[dev-dependencies]