mirror of
https://github.com/wisdgod/cursor-api.git
synced 2025-12-24 13:38:01 +08:00
This is a special version (since the repository hasn't been updated for a while). It includes partial updates from 0.3 to 0.4, along with several fixes for 0.4.0-pre.13. 这是一个特殊版本(因为一段时间没有更新存储库),它包含0.3至0.4的部分更新以及对0.4.0-pre.13的几处修复。
88 lines
1.8 KiB
TOML
88 lines
1.8 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 = "2021"
|
|
rust-version = "1.71.1"
|
|
name = "prost"
|
|
version = "0.14.1"
|
|
authors = [
|
|
"Dan Burkert <dan@danburkert.com>",
|
|
"Lucio Franco <luciofranco14@gmail.com>",
|
|
"Casper Meijn <casper@meijn.net>",
|
|
"Tokio Contributors <team@tokio.rs>",
|
|
]
|
|
build = false
|
|
autolib = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
description = "A Protocol Buffers implementation for the Rust Language."
|
|
readme = "README.md"
|
|
keywords = [
|
|
"protobuf",
|
|
"serialization",
|
|
]
|
|
categories = ["encoding"]
|
|
license = "Apache-2.0"
|
|
repository = "https://github.com/tokio-rs/prost"
|
|
|
|
[features]
|
|
default = [
|
|
"derive",
|
|
"std",
|
|
]
|
|
derive = ["dep:prost-derive"]
|
|
no-recursion-limit = []
|
|
std = []
|
|
indexmap = ["dep:indexmap"]
|
|
|
|
[lib]
|
|
name = "prost"
|
|
path = "src/lib.rs"
|
|
bench = false
|
|
|
|
[dependencies.bytes]
|
|
version = "1"
|
|
default-features = false
|
|
|
|
[dependencies.prost-derive]
|
|
path = "../prost-derive"
|
|
optional = true
|
|
|
|
[dependencies.macros]
|
|
path = "../macros"
|
|
|
|
[dependencies.indexmap]
|
|
version = "2"
|
|
optional = true
|
|
|
|
[dependencies.cfg-if]
|
|
version = "1.0"
|
|
|
|
[dependencies.any_all_workaround]
|
|
version = "0.1"
|
|
|
|
[dependencies.serde]
|
|
version = "1"
|
|
default-features = false
|
|
|
|
[dev-dependencies.criterion]
|
|
version = "0.7"
|
|
default-features = false
|
|
|
|
[dev-dependencies.proptest]
|
|
version = "1"
|
|
|
|
[dev-dependencies.rand]
|
|
version = "0.9"
|