[package] name = "if-decompiler" version = "0.1.0" authors = ["Dannii Willis "] edition = "2018" description = "Decompile various interactive fiction formats" homepage = "https://github.com/curiousdannii/if-decompiler" license = "MIT" repository = "https://github.com/curiousdannii/if-decompiler" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bytes = "1.0.1" fnv = "1.0.7" petgraph = "0.5.1"