known-types-github 0.1.0

Well-known types for GitHub APIs.
Documentation
# 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 = "2024"
name = "known-types-github"
version = "0.1.0"
authors = ["Arto Bendiken"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Well-known types for GitHub APIs."
homepage = "https://github.com/it-is-known/known-types"
readme = "README.md"
keywords = [
    "known-types",
    "github",
    "api",
    "serde",
]
categories = [
    "api-bindings",
    "config",
    "data-structures",
    "rust-patterns",
    "no-std",
]
license = "Unlicense"
repository = "https://github.com/it-is-known/known-types"
resolver = "2"

[features]
all = []
alloc = [
    "bincode?/alloc",
    "musli?/alloc",
    "serde?/alloc",
]
default = [
    "all",
    "std",
]
std = [
    "alloc",
    "bincode?/std",
    "borsh?/std",
    "musli?/std",
    "rasn?/std",
    "serde?/std",
]
unstable = []

[lib]
name = "known_types_github"
path = "src/lib.rs"

[dependencies.bincode]
version = "2"
features = ["derive"]
optional = true
default-features = false

[dependencies.borsh]
version = "1.5"
features = ["derive"]
optional = true
default-features = false

[dependencies.derive_more]
version = "2"
features = [
    "display",
    "as_ref",
    "display",
    "from",
    "from_str",
]
default-features = false

[dependencies.musli]
version = "0.0.131"
optional = true
default-features = false

[dependencies.rasn]
version = "0.26"
optional = true
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true
default-features = false

[dev-dependencies]