# 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 = "2021" name = "nebby" version = "0.1.4" authors = ["chris@enmeshed.dev"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Nebby is a command-line tool designed to quickly review basic information about a range of different file formats. It provides various commands to interact with Excel, JSON, and CSV files - with more to come!" readme = "README.md" keywords = [ "file-scanner", "data-analysis", ] license = "MIT" repository = "https://github.com/CHRISCARLON/nebby" [lib] name = "nebby" path = "src/lib.rs" [[bin]] name = "nebb" path = "src/main.rs" [[test]] name = "api_tests" path = "tests/api_tests.rs" [[test]] name = "bytes_tests" path = "tests/bytes_tests.rs" [[test]] name = "csv_tests" path = "tests/csv_tests.rs" [[test]] name = "excel_tests" path = "tests/excel_tests.rs" [dependencies.aws-config] version = "1.5.8" [dependencies.aws-credential-types] version = "1.2.0" [dependencies.aws-sdk-sts] version = "1.39.0" [dependencies.aws-types] version = "1.3.3" [dependencies.bytes] version = "1.7.2" [dependencies.calamine] version = "0.25.0" [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.comfy-table] version = "7.1.0" [dependencies.csv] version = "1.3.0" [dependencies.deltalake] version = "0.20.1" features = [ "s3", "datafusion", "datafusion-ext", ] [dependencies.deltalake-aws] version = "0.3.0" [dependencies.indicatif] version = "0.17.8" [dependencies.reqwest] version = "0.12" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.207" [dependencies.serde_json] version = "1.0.124" [dependencies.tokio] version = "1.39.3" features = ["full"]