# 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 = "twilight-sparkle" version = "0.9.0" authors = ["Hanif Bin Ariffin "] include = ["src/**/*", "Cargo.toml"] description = "Perform queries on files" license = "MIT" repository = "https://github.com/hbina/tws" [profile.release] lto = true [lib] name = "parsers" path = "src/parsers/lib.rs" [[bin]] name = "tws" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "2.33.3" [dependencies.env_logger] version = "0.9.0" [dependencies.log] version = "0.4.14" [dependencies.nom] version = "7.0.0" [dependencies.serde_json] version = "1.0.68" [dependencies.serde_yaml] version = "0.8.21" [dependencies.toml] version = "0.5.8"