ml-cellar 0.2.0

CLI of ML model registry for minimum MLOps
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 = "2024"
name = "ml-cellar"
version = "0.2.0"
authors = ["scepter914 <scepter914@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI of ML model registry for minimum MLOps"
documentation = "https://docs.rs/ml-cellar/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/scepter914/ml-cellar-rs/"

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

[[bin]]
name = "ml-cellar"
path = "src/bin/ml-cellar/main.rs"

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

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

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

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

[dependencies.chrono]
version = "0.4.43"

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

[dependencies.env_logger]
version = "0.11.8"

[dependencies.glob]
version = "0.3.3"

[dependencies.log]
version = "0.4.29"

[dependencies.regex]
version = "1.12.2"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.toml]
version = "0.9.8"

[dependencies.walkdir]
version = "2.5.0"

[dev-dependencies.assert_cmd]
version = "2.1.1"

[dev-dependencies.predicates]
version = "3.1.3"

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