# 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] edition = "2018" name = "naslint" version = "0.0.22" authors = ["fatalcenturion "] exclude = ["./content", "./target", "./test", "./Cargo.lock", "./sample.asm", "./.gitignore"] description = "A NASM linter which enforces a basic style guide to your (NASM) assembly" readme = "README.md" license = "MIT" repository = "https://github.com/AltriusRS/NASLint" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "2.33.3" [dependencies.promptly] version = "0.3.0" [dependencies.regex] version = "1.4.3" [dependencies.serde] version = "1.0.123" features = ["derive"] [dependencies.serde_derive] version = "1.0.123" [dependencies.toml] version = "0.5.8"