processig 0.0.1

digital signal processing tools
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]
name = "processig"
version = "0.0.1"
authors = ["YL <yuan6liu@gmail.com>"]
exclude = []
description = "digital signal processing tools"
documentation = "https://docs.rs/processig/0.0.1/src/"
readme = "README.md"
keywords = ["dsp", "signals"]
license = "MIT"
repository = "https://github.com/clearlycloudy/processig/"

[lib]
name = "processig"
path = "src/mod.rs"

[[bin]]
name = "usage"
path = "examples/usage/main.rs"
[dependencies.chrono]
version = "0.4.0"

[dependencies.log]
version = "0.4.1"

[dependencies.mazth]
version = "^0.2.1"

[dependencies.ndarray]
version = "0.11.2"

[dependencies.nom]
version = "^3.2"

[dependencies.num]
version = "0.2"

[dependencies.pretty_env_logger]
version = "0.2.0"

[dependencies.rand]
version = "0.3"

[dependencies.zpatial]
version = "0.0.0"