[package] name = "naslint" description = "A NASM linter which enforces a basic style guide to your (NASM) assembly" version = "0.0.22" authors = ["fatalcenturion "] edition = "2018" license = "MIT" repository = "https://github.com/AltriusRS/NASLint" readme = "README.md" exclude = [ "./content", "./target", "./test", "./Cargo.lock", "./sample.asm", "./.gitignore", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "2.33.3" toml = "0.5.8" serde = { version = "1.0.123", features = ["derive"] } serde_derive = "1.0.123" atty = "0.2.14" regex = "1.4.3" promptly = "0.3.0"