forked from facebook/fbthrift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
44 lines (37 loc) · 1.45 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# @generated by autocargo from //thrift/lib/rust/src/dep_tests:[fbthrift_test,test_deprecated_optional_with_default_is_some_if-rust]
[package]
name = "test_deprecated_optional_with_default_is_some_if"
version = "0.0.1+unstable"
authors = ["Daniel Xu <[email protected]>", "Facebook"]
edition = "2021"
repository = "https://github.com/facebook/fbthrift"
license = "Apache-2.0"
build = "thrift_build.rs"
[lib]
path = "thrift_lib.rs"
test = false
doctest = false
doc = false
[[test]]
name = "fbthrift_test"
path = "lib.rs"
[dependencies]
anyhow = "1.0.75"
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
fbthrift = { version = "0.0.1+unstable", path = "../.." }
futures = { version = "0.3.30", features = ["async-await", "compat"] }
once_cell = "1.12"
ref-cast = "1.0.18"
serde = { version = "1.0.185", features = ["derive", "rc"] }
serde_derive = "1.0.185"
thiserror = "1.0.49"
[dev-dependencies]
fbthrift_test_if = { version = "0.0.1+unstable", path = "cargo_thrift" }
fbthrift_test_if_clients = { version = "0.0.1+unstable", path = "cargo_thrift/clients" }
proptest = "1.0"
serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] }
[build-dependencies]
thrift_compiler = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
[features]
default = ["thrift_library_unittests_disabled"]
thrift_library_unittests_disabled = []