# 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 = "codde_protocol" version = "0.1.6" authors = ["Mathis Lecomte "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Multi Communication protocol in heart of the C.O.D.D.E. Pi framework" homepage = "https://github.com/codde-pi/codde_protocol" readme = "README.md" keywords = [ "rust", "python", "codde_pi", "iot", ] license-file = "LICENSE" [lib] name = "codde_protocol" crate-type = [ "staticlib", "cdylib", "rlib", ] path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.arr_macro] version = "0.2.1" [dependencies.cbindgen] version = "0.26.0" [dependencies.cbor] version = "0.4.1" [dependencies.codde_protocol_derive] version = "0.1.0" [dependencies.dynamic] version = "0.2.1" [dependencies.log] version = "0.4.21" [dependencies.pyo3] version = "0.22.0" features = [ "anyhow", "serde", "gil-refs", ] [dependencies.quote] version = "1.0.35" [dependencies.regex] version = "1.10.3" [dependencies.rmp-serde] version = "1.1.2" [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.syn] version = "2.0.48" [dependencies.typetag] version = "0.2.15"