# 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 = "jacdac-rs" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "jacdac-rs is a library written entirely in Rust, with the aim of providing jacdac support for embedded development" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/jnthbdn/jacdac-rs" [lib] name = "jacdac_rs" path = "src/lib.rs" [[example]] name = "buffer_test" path = "examples/buffer_test.rs" [dependencies.circular-buffer] version = "0.1.9" default-features = false [dependencies.crc16] version = "0.4.0" [dependencies.downcast-rs] version = "1.2.1" default-features = false