# 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-types" version = "2.0.1" 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_types" path = "src/lib.rs" doctest = false [dependencies.chrono] version = "0.4.37" optional = true [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.typed-builder] version = "0.18" [dependencies.url] version = "2" optional = true [features] actions = [] activity = [] apps = ["dep:chrono"] billing = [] checks = [] classroom = [] code_scanning = [] codes_of_conduct = [] codespaces = [] copilot = [] dependabot = [] dependency_graph = [] desktop = [] emojis = [] full = [ "pagination", "dep:chrono", ] gists = [] git = [] gitignore = [] interactions = [] issues = [] licenses = [] markdown = [] merge_queue = [] meta = [] migrations = [] oidc = [] orgs = [] packages = [] pagination = ["dep:url"] projects = [] pulls = [] rate_limit = [] reactions = [] repos = [] search = [] secret_scanning = [] security_advisories = [] teams = [] users = [] webhooks = []