# 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 = "octocrate-core" version = "0.1.7" authors = ["wokeyifrontend@gmail.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A comprehensive GitHub REST API library based on Rust." homepage = "https://github.com/panghu-huang/octocrate" readme = "README.md" keywords = [ "github", "api", "octocrate", "github-api", "rest-api", ] categories = [ "web-programming::http-client", "api-bindings", ] license = "MIT" repository = "https://github.com/panghu-huang/octocrate" [lib] name = "octocrate_core" path = "src/lib.rs" [dependencies.chrono] version = "0.4.37" [dependencies.jsonwebtoken] version = "9.3.0" features = ["use_pem"] [dependencies.octocrate-types] version = "2.0.1" [dependencies.reqwest] version = "0.12.2" features = [ "json", "charset", "http2", "macos-system-configuration", ] default-features = false [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.thiserror] version = "1.0.44" [dev-dependencies.tokio] version = "1.32.0" features = [ "macros", "rt-multi-thread", ] [features] apps = ["octocrate-types/apps"] default-tls = ["reqwest/default-tls"] full = ["octocrate-types/full"] pagination = ["octocrate-types/pagination"] rustls-tls = ["reqwest/rustls-tls"]