# 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" name = "jams" version = "0.1.25" build = "build.rs" exclude = ["./examples"] autobins = false autoexamples = false autotests = false autobenches = false description = "jams is an easy-to-use CLI application for interaction with J.A.M.S - Just Another Model Server" homepage = "https://github.com/gagansingh894/jams-rs" readme = "README.md" keywords = [ "machine-learning", "deep-learning", "mlops", ] license = "Apache-2.0" repository = "https://github.com/gagansingh894/jams-rs/tree/main/jams" resolver = "1" [[bin]] name = "jams" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.jams-core] version = ">=0.2.12" [dependencies.jams-serve] version = ">=0.1.28" [dependencies.log] version = "0.4.21" [dependencies.num_cpus] version = "1.16.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.tokio] version = "1.38.0" [dependencies.tracing] version = "0.1.40"