# 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 = "chinilla-protocol" version = "0.1.18" authors = ["Edward Teach "] description = "Chinilla network protocol message types" homepage = "https://github.com/Chinilla/chinilla_rs/chinilla-protocol/" license = "Apache-2.0" repository = "https://github.com/Chinilla/chinilla_rs/chinilla-protocol/" [lib] crate-type = ["rlib"] [dependencies.chinilla_py_streamable_macro] version = "=0.1.4" optional = true [dependencies.chinilla_streamable_macro] version = "=0.2.5" [dependencies.clvmr] version = "=0.1.24" [dependencies.hex] version = "=0.4.3" [dependencies.pyo3] version = "=0.15.1" features = [ "extension-module", "multiple-pymethods", ] optional = true [dependencies.sha2] version = "=0.10.2" [features] py-bindings = [ "dep:pyo3", "dep:chinilla_py_streamable_macro", ]