# 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 = "free-flight-stabilization" version = "0.1.0" authors = [ "Brendan Sechter ", "AeroRust ", ] description = "PID flight stabilization functions. no_std, no-alloc." documentation = "https://docs.rs/free-flight-stabilization" readme = "README.md" keywords = [ "automation", "control-systems", "embedded", "pid", ] categories = [ "aerospace::drones", "aerospace::unmanned-aerial-vehicles", "algorithms", "embedded", "no-std::no-alloc", ] license = "GPL-3.0" repository = "https://github.com/AeroRust/free_flight_stabilization" [dependencies.num-traits] version = "0.2.18" [dependencies.piddiy] version = "0.1.1" [dev-dependencies.fixed] version = "1.27.0" features = ["num-traits"] [dev-dependencies.libc] version = "0.2.154"