fuzzcheck_common 0.10.0

Common components for both cargo-fuzzcheck and fuzzcheck
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "decent-serde-json-alternative"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fbb1889a44bda0306e809338b68ebab8cbf2283dfa8b6c32e830e949c9fa40e"
dependencies = [
 "decent-serde-json-derive-alternative",
 "json",
]

[[package]]
name = "decent-serde-json-derive-alternative"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae26b7a8644c3b80d99b839caadf16d6070a1ea4a09ded8ee77eebdc41e15388"
dependencies = [
 "decent-synquote-alternative",
 "proc-macro2",
]

[[package]]
name = "decent-synquote-alternative"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cb1c933ca5ca726b7d4a5e1f60af8af3901642611fcfa927e80517d386f2fd9"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "fuzzcheck_common"
version = "0.10.0"
dependencies = [
 "decent-serde-json-alternative",
 "getopts",
 "json",
]

[[package]]
name = "getopts"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
dependencies = [
 "unicode-width",
]

[[package]]
name = "json"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"

[[package]]
name = "proc-macro2"
version = "1.0.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba508cc11742c0dc5c1659771673afbab7a0efab23aa17e854cbab0837ed0b43"
dependencies = [
 "unicode-xid",
]

[[package]]
name = "unicode-width"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"

[[package]]
name = "unicode-xid"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"