# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "sbnfc" version = "0.6.4" authors = ["Benjamin Schaaf "] include = [ "/src/**", "/Cargo.toml", "/LICENSE", ] description = "CLI program for SBNF: A BNF-style language for writing sublime-syntax files" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/BenjaminSchaaf/sbnf" [[bin]] name = "sbnf" path = "src/main.rs" [dependencies.clap] version = "~2.27.0" features = ["wrap_help"] default-features = false [dependencies.sbnf] version = "0.6.4"