# 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 = "libpid" version = "0.6.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A rust crate library that implements a PID controller." homepage = "https://github.com/saronic-technologies/libpid-rs" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/saronic-technologies/libpid-rs" [lib] name = "libpid" path = "src/lib.rs" [[test]] name = "basic" path = "tests/basic.rs" [[test]] name = "logging" path = "tests/logging.rs" [dependencies.tracing] version = "0.1.40" [dev-dependencies.proptest] version = "1.3.1" [dev-dependencies.serial_test] version = "3.0.0" [dev-dependencies.test-log] version = "0.2.14"