# 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 = "magne-flame" version = "0.1.1" authors = ["Daiki Sueyoshi"] exclude = [".gitignore", "/book/**", "/examples/**"] description = "Multi-thread (Multi-process) Extensible fuzzing framework" homepage = "https://github.com/FFRI/magne-flame" readme = "README.md" keywords = ["magne-flame", "MagneFlame", "fuzzing", "fuzz-testing", "framework"] license = "Apache-2.0" repository = "https://github.com/FFRI/magne-flame" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-gnu" [dependencies.actix] version = "0.9.0" [dependencies.libc] version = "0.2.64" [dependencies.log] version = "0.4" [dependencies.nix] version = "0.17.0" [dependencies.num-traits] version = "0.2" [dependencies.once_cell] version = "1.3.1" [dependencies.rand] version = "0.7" [dependencies.winapi] version = "0.3" features = ["winuser", "winbase", "ioapiset", "processthreadsapi", "processenv", "errhandlingapi", "synchapi", "handleapi", "namedpipeapi", "fileapi", "memoryapi", "winerror", "jobapi2"]