edlib_rs 0.1.0

A rust interface to the C++ edlib library
[build-dependencies.bindgen]
version = "0.55.1"
[dependencies.clap]
version = "2.33"

[dependencies.cpu-time]
version = "1.0"

[dependencies.env_logger]
version = "0.7"

[dependencies.lazy_static]
version = "1.4"

[dependencies.log]
features = ["max_level_trace", "release_max_level_info"]
version = "0.4"

[dependencies.needletail]
version = "0.4"

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

[package]
authors = ["jeanpierre.both@gmail.com"]
build = "build.rs"
description = "A rust interface to the C++ edlib library"
documentation = "https://docs.rs/edlib_rs"
edition = "2018"
keywords = ["ffi", "bindings", "edlib"]
license = "MIT/Apache-2.0"
name = "edlib_rs"
repository = "https://github.com/jean-pierreBoth/edlib-rs"
version = "0.1.0"