# 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 = "standard-pid" version = "0.1.0" description = "Standard PID implementation in Rust for serious embedded projects" readme = "README.md" keywords = [ "embedded", "pid", "standard", ] categories = [ "development-tools", "embedded", "no-std", "no-std::no-alloc", ] license = "MIT" license-file = "LICENSE" repository = "https://github.com/Gip-Gip/standard-pid" [dependencies.num-traits] version = "0.2.19" default-features = false