# 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 = "p8n-types" version = "2.0.1" authors = ["Kai Michaelis "] build = "build.rs" description = "Basic types for representing binary programs" documentation = "https://docs.rs/p8n-types/" readme = "README.md" keywords = ["disassemble"] categories = ["data-structures", "algorithms"] license = "LGPL-2.1-or-later" repository = "https://gitlab.com/p8n/panopticon" [dependencies.byteorder] version = "1" [dependencies.chrono] version = "0.4" [dependencies.error-chain] version = "0.12" [dependencies.goblin] version = "0.0" [dependencies.leb128] version = "0.2" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.memmap] version = "0.6" [dependencies.num-traits] version = "0.2" [dependencies.petgraph] version = "0.4" [dependencies.quickcheck] version = "0.6" [dependencies.ron-uuid] version = "0.3" [dependencies.simple_logger] version = "0.5" [dependencies.smallvec] version = "0.6" [dependencies.vec_map] version = "0.8"