ramp-maker 0.2.0

Stepper Acceleration Ramp Generator
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "ramp-maker"
version = "0.2.0"
authors = ["Hanno Braun <hanno@braun-embedded.com>"]
description = "Stepper Acceleration Ramp Generator"
keywords = ["stepper", "motor", "acceleration", "ramp", "profile"]
categories = ["embedded", "no-std", "science::robotics"]
license = "0BSD"
repository = "https://github.com/flott-motion/ramp-maker"

[[example]]
name = "basic"
required-features = ["std"]
[dependencies.az]
version = "1.1.0"

[dependencies.fixed]
version = "1.5.0"
features = ["az", "num-traits"]

[dependencies.fixed-sqrt]
version = "0.2.4"

[dependencies.libm]
version = "0.2.1"
optional = true

[dependencies.num-traits]
version = "0.2.14"
default-features = false

[dependencies.typenum]
version = "1.12.0"
[dev-dependencies.approx]
version = "0.4.0"

[features]
std = []