Files
Notes/notes-service/vendor/borsh/Cargo.toml
T
2026-08-01 16:11:49 +03:00

126 lines
2.3 KiB
TOML

# 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 = "2018"
rust-version = "1.77.0"
name = "borsh"
version = "1.8.0"
authors = ["Near Inc <hello@near.org>"]
build = "build.rs"
exclude = ["*.snap"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Binary Object Representation Serializer for Hashing
"""
homepage = "https://borsh.io"
readme = "README.md"
categories = [
"encoding",
"network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/near/borsh-rs"
[package.metadata.docs.rs]
features = [
"derive",
"unstable__schema",
"rc",
]
targets = ["x86_64-unknown-linux-gnu"]
[features]
de_strict_order = []
default = ["std"]
derive = ["borsh-derive"]
rc = []
std = ["bytes?/std"]
unstable__schema = [
"derive",
"borsh-derive/schema",
]
[lib]
name = "borsh"
path = "src/lib.rs"
[[bin]]
name = "generate_schema_schema"
path = "src/generate_schema_schema.rs"
required-features = [
"std",
"unstable__schema",
]
[[example]]
name = "serde_json_value"
path = "examples/serde_json_value.rs"
required-features = [
"std",
"derive",
]
[[test]]
name = "common_macro"
path = "tests/common_macro.rs"
[[test]]
name = "smoke"
path = "tests/smoke.rs"
[[test]]
name = "tests"
path = "tests/tests.rs"
[dependencies.ascii]
version = "1.1"
optional = true
[dependencies.borsh-derive]
version = "~1.8.0"
optional = true
[dependencies.bson]
version = "2"
optional = true
[dependencies.bytes]
version = "1"
optional = true
default-features = false
[dependencies.hashbrown]
version = ">=0.11,<0.16.0"
optional = true
[dependencies.indexmap]
version = "2"
optional = true
[dependencies.uuid]
version = "1"
optional = true
default-features = false
[dev-dependencies.insta]
version = "1.29.0"
[dev-dependencies.serde_json]
version = "1"
[build-dependencies.cfg_aliases]
version = "0.2.1"