# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "syzlang-data" version = "0.1.6" description = "Syzlang data already parsed" homepage = "https://github.com/rstenvi/syzlang-data" readme = "README.md" keywords = [ "syzlang", "syzkaller", "syscall", ] license-file = "LICENSE" repository = "https://github.com/rstenvi/syzlang-data" [dependencies.lazy_static] version = "1.4" [dependencies.serde_json] version = "1" [dependencies.syzlang-parser] version = "0.1" [build-dependencies.anyhow] version = "1" [build-dependencies.nix] version = "0.28" features = ["fs"] [build-dependencies.serde_json] version = "1" [build-dependencies.syzlang-parser] version = "0.1" [features] akaros = [] darwin = [] freebsd = [] fuchsia = [] linux = [] netbsd = [] openbsd = [] std = [] trusty = [] windows = []