# @generated by autocargo from //thrift/lib/rust/deterministic_hash/src/tests:[deterministic_accumulator_test,deterministic_hash_test,teststructs-rust] [package] name = "teststructs" version = "0.0.1+unstable" authors = ["Daniel Xu ", "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 = "deterministic_accumulator_test" path = "deterministic_accumulator_test.rs" [[test]] name = "deterministic_hash_test" path = "deterministic_hash_test.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"] } indexmap = { version = "2.1.0", features = ["arbitrary", "rayon", "serde"] } once_cell = "1.12" ref-cast = "1.0.18" serde = { version = "1.0.185", features = ["derive", "rc"] } serde_derive = "1.0.185" smallvec = { version = "1.6.1", features = ["serde", "specialization", "union"] } thiserror = "1.0.49" [dev-dependencies] fbthrift_deterministic_hash = { version = "0.0.1+unstable", path = "../.." } maplit = "1.0" [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 = []