# 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 = "cog-core" version = "0.2.0" authors = ["Miguel Piedrafita "] description = "Core types and traits for rust-cog, a Rust toolkit for machine learning." readme = "README.md" keywords = [ "cog", "machine-learning", ] categories = [ "science", "command-line-utilities", ] license = "Apache-2.0" repository = "https://github.com/m1guelpf/cog-rust" [dependencies.anyhow] version = "1.0.71" [dependencies.chrono] version = "0.4.26" features = ["serde"] [dependencies.schemars] version = "0.8.12" features = [ "url", "chrono", ] [dependencies.serde] version = "1.0.164" [dependencies.serde_json] version = "1.0.96" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.31.0" features = ["rt"] [dependencies.url] version = "2.4.0" features = ["serde"]