# 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-core" version = "0.2.18" build = false exclude = ["./tests"] autobins = false autoexamples = false autotests = false autobenches = false description = "jams-core provides thin abstraction around common machine learning and deep learning models and model stores like AWS S3, Azure Blob Storage, MinIO, Local Filesystem. You can think of each component as a LEGO block which can be used to build a system depending on the requirements" 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-core" resolver = "1" [lib] name = "jams_core" crate-type = ["lib"] path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1.80" [dependencies.aws-config] version = "1.1.7" features = ["behavior-version-latest"] [dependencies.aws-sdk-s3] version = "1.36.0" [dependencies.azure_core] version = "0.20.0" features = ["tokio-fs"] [dependencies.azure_storage] version = "0.20.0" [dependencies.azure_storage_blobs] version = "0.20.0" [dependencies.bytes] version = "1.6.0" [dependencies.catboost-rs] version = "0" [dependencies.chrono] version = "0.4.38" [dependencies.dashmap] version = "5.5" [dependencies.flate2] version = "1.0.30" [dependencies.futures] version = "0.3.30" [dependencies.lgbm] version = "0.0.5" [dependencies.log] version = "0.4.21" [dependencies.ndarray] version = "0.15.6" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.202" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tar] version = "0.4.41" [dependencies.tch] version = "0.15.0" [dependencies.tempfile] version = "3.10.1" [dependencies.tensorflow] version = "0.21.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.uuid] version = "1.8.0" features = ["v4"] [features] catboost = [] default = [ "catboost", "lightgbm", "tensorflow", "torch", ] lightgbm = [] tensorflow = [] torch = [] xgboost = []