# 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 = "proximo" version = "0.1.0" authors = ["xitan "] include = ["README.md", "LICENSE", ".gitignore", ".travis.yml", "Cargo.toml", "src/*.rs", "tests/*.rs", "examples/*.rs"] description = "An approximate disassembler algorithm" documentation = "https://docs.rs/proximo" readme = "README.md" keywords = ["disassembler", "approximate", "disassemble", "streaming", "bit"] categories = ["disassembler"] license = "MIT" repository = "https://github.com/x1tan/proximo" [[example]] name = "create_tree" path = "examples/create_tree.rs" [dependencies] [badges.travis-ci] repository = "x1tan/proximo"