# 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 = "octokit-rs" version = "0.1.15" authors = ["miaxos "] description = "Octokit RS is a lib with the up-to-date Github types" homepage = "https://swarmd.io" documentation = "https://docs.rs/octokit-rs/latest/octokit_rs/" readme = "README.md" keywords = [ "octokit", "github", ] license = "MIT" repository = "https://github.com/miaxos/octokit-rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [build-dependencies.prettyplease] version = "0.2" [build-dependencies.reqwest] version = "0.12" features = [ "blocking", "json", ] [build-dependencies.schemars] version = "0.8" [build-dependencies.serde] version = "1" [build-dependencies.serde_json] version = "1" [build-dependencies.syn] version = "2" [build-dependencies.typify] version = "=0.0.15"