solana-nullable 1.0.0

Solana trait for types with a reserved null value
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 = "2021"
name = "solana-nullable"
version = "1.0.0"
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Solana trait for types with a reserved null value"
homepage = "https://anza.xyz/"
readme = false
license = "Apache-2.0"
repository = "https://github.com/anza-xyz/solana-sdk"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
all-features = true
rustdoc-args = ["--cfg=docsrs"]

[features]
borsh = ["dep:borsh"]
bytemuck = ["dep:bytemuck"]
serde = ["dep:serde"]
wincode = ["dep:wincode"]

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

[dependencies.borsh]
version = "1.5.5"
features = [
    "derive",
    "unstable__schema",
]
optional = true
default-features = false

[dependencies.bytemuck]
version = "1.21.0"
optional = true

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

[dependencies.wincode]
version = "0.4.8"
features = ["derive"]
optional = true
default-features = false

[dev-dependencies.serde_json]
version = "1.0.139"

[dev-dependencies.wincode]
version = "0.4.8"
features = [
    "derive",
    "alloc",
]
default-features = false

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    'cfg(target_os, values("solana"))',
    'cfg(feature, values("frozen-abi", "no-entrypoint"))',
]