waver 0.1.0

waver: waveform generation library
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 = "waver"
version = "0.1.0"
authors = ["Amr Ali <amralicc@gmail.com>"]
exclude = [".gitignore", ".travis.yml", ".cargo/config"]
description = "waver: waveform generation library"
homepage = "https://github.com/amrali/waver/"
readme = "README.md"
keywords = ["signal-processing", "waveform", "wave-generator", "wave"]
categories = ["no-std", "multimedia::audio", "science", "embedded"]
license = "Apache-2.0"
[profile.release]
lto = true
[dependencies.doc-comment]
version = "0.3"

[dependencies.libm]
version = "0.1"

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

[dependencies.wee_alloc]
version = "0.4"
[badges.codecov]
branch = "master"
repository = "amrali/waver"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "amrali/waver"