ladrc-no-std 0.1.1

no_std LADRC controllers for embedded Rust
Documentation
# 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 = "ladrc-no-std"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "no_std LADRC controllers for embedded Rust"
documentation = "https://docs.rs/ladrc-no-std"
readme = "README.md"
keywords = [
    "ladrc",
    "adrc",
    "control",
    "embedded",
    "no-std",
]
categories = [
    "embedded",
    "no-std",
    "algorithms",
    "science::robotics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/antonsterkhov/ladrc-no-std"

[lib]
name = "ladrc_no_std"
path = "src/lib.rs"

[[example]]
name = "first_order_temperature"
path = "examples/first_order_temperature.rs"

[[example]]
name = "second_order_position"
path = "examples/second_order_position.rs"

[[example]]
name = "variable_period_position"
path = "examples/variable_period_position.rs"

[dependencies]