secded 1.0.0

Single Error Correction, Double Error Detection Codes for Everyone
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 = "secded"
version = "1.0.0"
authors = ["Pierre Avital <pierre.avital@me.com>"]
description = "Single Error Correction, Double Error Detection Codes for Everyone"
keywords = ["secded", "hamming", "error-correction", "network"]
license = "MPL-2.0"
repository = "https://gitlab.com/p-avital/secded-rs"

[lib]
name = "secded"
crate-type = ["staticlib", "dylib"]
[dependencies.byteorder]
version = "1.3.2"
features = ["i128"]
default-features = false

[dependencies.lazy_static]
version = "1.3.0"
[dev-dependencies.rand]
version = "0.7.0"

[features]
bench = ["no-panics"]
default = []
dyn = []
ffi = []
no-panics = []
[badges.gitlab]
branch = "master"
repository = "p-avital/secded-rs"