# 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" name = "sigma-ser" version = "0.19.0" authors = ["Denys Zadorozhnyi "] description = "Ergo binary serialization primitives" license = "CC0-1.0" repository = "https://github.com/ergoplatform/sigma-rust" resolver = "1" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.bitvec] version = "1.0.1" [dependencies.bounded-vec] version = "^0.7.0" [dependencies.thiserror] version = "1" [dev-dependencies.derive_more] version = "0.99" [dev-dependencies.proptest] version = "=1.0" features = ["std"] default-features = false [dev-dependencies.proptest-derive] version = "0.3"