# 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.65.0" name = "quirky_binder_support" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Quirky Binder Support" documentation = "https://docs.rs/quirky_binder_support" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/arnodb/quirky_binder" [lib] name = "quirky_binder_support" path = "src/lib.rs" [dependencies.binary-heap-plus] version = "0.5" [dependencies.bincode] version = "1" [dependencies.compare] version = "0.1" [dependencies.derive-new] version = "0.5" [dependencies.derive_more] version = "0.99" [dependencies.fallible-iterator] version = "0.2" [dependencies.lazy_static] version = "1" [dependencies.quirky_binder_codegen_macro] version = "0.1.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tempfile] version = "3" [dependencies.thiserror] version = "1" [dev-dependencies.assert_matches] version = "1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_chacha] version = "0.3" [dev-dependencies.rstest] version = "0.18.2"