# 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 = "wselector" version = "0.1.0" authors = ["Kostiantyn Wandalen ", "Volodymyr M. ", "Dmytro Kryvoruchko "] include = ["/rust/impl/selector", "/Cargo.toml", "/Readme.md", "/License"] description = "Collection of cross-platform routines to select a sub-structure from a complex data structure. Use the module to transform a data structure with the help of a short query string.\n" homepage = "https://github.com/wSelector" documentation = "https://docs.rs/wselector" readme = "Readme.md" keywords = ["wtools", "query"] categories = ["command-line-interface", "command-line-utilities"] license = "MIT" repository = "https://github.com/wSelector" resolver = "2" [[bin]] name = "selector" path = "rust/impl/selector/main.rs" [[test]] name = "wselector_test" path = "rust/test/selector/mod.rs" [dependencies.failure] version = "0.1" [dependencies.nom] version = "5.1" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.structopt] version = "0.3" [dependencies.toml_edit] version = "0.2"