# 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 = "arrow-lang" version = "0.0.1" authors = ["Wilson Lin "] description = "Arrow programming language" homepage = "https://github.com/wilsonzlin/arrow-lang" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/wilsonzlin/arrow-lang.git" [[bin]] name = "arrow" path = "src/main.rs" [dependencies.aho-corasick] version = "0.7" [dependencies.clap] version = "4.1" features = ["derive"] [dependencies.lazy_static] version = "1.4" [dependencies.memchr] version = "2.5" [dependencies.num-bigint] version = "0.4" features = ["serde"] [dependencies.ordered-float] version = "3.4" features = ["serde"] [dependencies.regex] version = "1.7" [dependencies.roaring] version = "0.10" features = ["serde"] [dependencies.rust_decimal] version = "1.29" [dependencies.rustc-hash] version = "1.1" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ]