# 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 = "ostring_base" version = "1.0.0" authors = ["weak_cat"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ostring base crate include some basic function" readme = "README.md" license = "MIT" repository = "https://github.com/Weakcat/ostring_base.git" [lib] name = "ostring_base" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.auto-launch] version = "0.5" [dependencies.once_cell] version = "1.20.2" [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serialport] version = "4.6.0" [dependencies.sysinfo] version = "0.32.0" [dependencies.tokio] version = "1.41.1" features = ["full"] [dev-dependencies.serialport] version = "4.6.0" [dev-dependencies.tokio] version = "1.41.1" features = ["full"]