fuzzmutator 0.2.1

This is a tiny library that can be used to mutate fuzzing data on a bit-level.
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 = "fuzzmutator"
version = "0.2.1"
authors = ["Debily"]
description = "This is a tiny library that can be used to mutate fuzzing data on a bit-level."
documentation = "https://docs.rs/fuzzmutator/0.2.0/fuzzmutator/"
readme = "README.md"
keywords = ["fuzzing", "mutator", "mutation", "debily", "MIT-License"]
categories = ["development-tools::testing"]
license-file = "LICENSE"
repository = "https://github.com/Debily/fuzzmutator-rs.git"
[profile.dev]
opt-level = 0
lto = false
codegen-units = 1
debug = true
debug-assertions = true
rpath = false
panic = "unwind"

[profile.release]
opt-level = 3
lto = false
codegen-units = 1
debug = false
debug-assertions = false
rpath = false
panic = "unwind"
[dependencies.rand]
version = "0.4.2"