[dependencies]
[lib]
name = "axom"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "science"]
description = "Axon is a Rust-based library designed to provide a unified interface for connecting with various Large Language Models (LLMs) and other AI-powered applications."
edition = "2024"
homepage = "https://github.com/leval-ai/axon"
keywords = ["axon", "llm", "ai"]
license = "MIT"
name = "axom"
readme = false
repository = "https://github.com/leval-ai/axon"
resolver = "2"
version = "0.0.1"