# 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 = "b15f" version = "0.1.0" authors = ["Phyrone "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust port of the B15F client" readme = "README.md" license = "MIT" repository = "https://github.com/Phyrone/b15f-rs" [lib] name = "b15f" path = "src/lib.rs" [dependencies.log] version = "0.4.22" optional = true [dependencies.rand] version = "0.9.0-alpha.1" [dependencies.serialport] version = "4.3.0" [dependencies.thiserror] version = "1.0.61" [dependencies.tracing] version = "0.1.40" features = ["log"] [features] default = ["log"]