kenosis-cli 1.0.0

CLI for ONNX model quantization, casting, inspection, and comparison — powered by kenosis-core
# 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.79"
name = "kenosis-cli"
version = "1.0.0"
authors = ["Core Epoch <core@coreepoch.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for ONNX model quantization, casting, inspection, and comparison — powered by kenosis-core"
readme = "README.md"
keywords = [
    "onnx",
    "quantization",
    "ml",
    "cli",
    "deep-learning",
]
categories = [
    "command-line-utilities",
    "science",
    "compression",
]
license = "Apache-2.0"
repository = "https://github.com/CoreEpoch/kenosis"

[[bin]]
name = "kenosis"
path = "src/main.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.comfy-table]
version = "7"

[dependencies.indicatif]
version = "0.17"

[dependencies.kenosis-core]
version = "1.0.0"
features = ["calibrate"]

[dependencies.ort]
version = "2.0.0-rc.12"
features = ["ndarray"]

[dependencies.owo-colors]
version = "4"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]