# 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 = "know-thy-shell" version = "0.1.12" authors = ["Marius Seritan "] description = "Command line tool for know-thy-shell.info" readme = "README.md" license = "MIT" repository = "https://github.com/know-thy-shell/kts-rs" [[bin]] name = "kts" path = "src/main.rs" bench = false [dependencies.arrow] version = "0.14" [dependencies.clap] version = "2" [dependencies.datafusion] version = "0.14" default_features = false [dependencies.kts-analyze] version = "0.1" [dependencies.kts-etl] version = "0.1"