so2nostd 0.2.2

A robust Second-Order (SO2) controller implementation for no_std environments, protected by GPL.
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 = "so2nostd"
version = "0.2.2"
authors = ["Jorge Andre Castro <georgeandrec@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A robust Second-Order (SO2) controller implementation for no_std environments, protected by GPL."
documentation = "https://docs.rs/so2nostd"
readme = "Readme.md"
license = "GPL-2.0-or-later"
repository = "https://github.com/jorgeandrecastro/so2nostd"

[badges.maintenance]
status = "actively-developed"

[features]
default = []
f32 = []

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

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"
strip = true