# 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 = "lain" version = "0.5.5" authors = ["Lain Devs"] description = "Mutation framework for usage in fuzzers" homepage = "https://github.com/microsoft/lain" documentation = "https://docs.serde.rs/lain/" readme = "crates-io.md" keywords = ["lain", "fuzzer", "mutator", "mutate", "mutation"] license = "MIT" [profile.release] debug = true [dependencies.byteorder] version = "1.2" [dependencies.field-offset] version = "0.3" [dependencies.lain_derive] version = "0.5" [dependencies.lazy_static] version = "1.2" [dependencies.log] version = "0.4" [dependencies.num] version = "0.2" [dependencies.num-derive] version = "0.2" [dependencies.num-traits] version = "0.2" [dependencies.paste] version = "1.0" [dependencies.rand] version = "0.7" features = ["small_rng"] [dependencies.serde] version = "1.0" features = ["derive"] optional = true [features] default_features = [] serde_support = ["serde"]