# 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 = "skootrs-lib" version = "0.1.0" description = "This module contains most of the core functionality for Skootrs. It contains the code to interact with repo hosts, generate files, manage projects, etc." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/kusaridev/skootrs" [dependencies.askama] version = "0.12.1" [dependencies.base64] version = "0.22.0" [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.futures] version = "0.3.30" [dependencies.octocrab] version = "0.33.3" [dependencies.reqwest] version = "0.12.3" [dependencies.schemars] version = "0.8.16" features = [ "chrono", "url", ] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.112" [dependencies.serde_yaml] version = "0.9.32" [dependencies.sha2] version = "0.10.8" [dependencies.skootrs-model] version = "0.1.0" [dependencies.tracing] version = "0.1" [dependencies.url] version = "2.5.0" [dependencies.utoipa] version = "4.1.0" [dev-dependencies.tempdir] version = "0.3.7" [dev-dependencies.tokio] version = "1.36.0" features = [ "rt", "macros", ]