# 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 = "serialport_low_latency" version = "0.1.1" authors = [ "Paderborn Center for Parallel Computing ", "Michael Lass ", ] build = "build.rs" publish = ["crates-io"] autobins = false autoexamples = false autotests = false autobenches = false description = "Enable or disable low latency mode for serial ports on Linux." homepage = "https://github.com/michaellass/serialport_low_latency/" documentation = "https://docs.rs/serialport_low_latency/" readme = "README.md" keywords = [ "ftdi", "latency", "rs232", "serial", "serialport", ] categories = ["hardware-support"] license = "MIT" repository = "https://github.com/michaellass/serialport_low_latency.git" [lib] name = "serialport_low_latency" path = "src/lib.rs" doctest = false [dependencies.nix] version = "0.29.0" features = ["ioctl"] default-features = false [dependencies.serialport] version = "4.2.0" default-features = false [build-dependencies.bindgen] version = "0.69.1" features = ["runtime"] default-features = false