# 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 = "weld" version = "0.4.0" authors = ["Weld Developers "] build = "build.rs" description = "Weld is a language and runtime for improving the performance of data-intensive applications." homepage = "https://www.weld.rs" readme = "../README.md" license = "BSD-3-Clause" repository = "https://github.com/weld-project/weld" [dependencies.chrono] version = "0.4.0" [dependencies.env_logger] version = "0.4.3" [dependencies.fnv] version = "1.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.0" [dependencies.llvm-sys] version = "60.0.3" [dependencies.log] version = "0.3.8" [dependencies.num-integer] version = "0.1" [dependencies.regex] version = "1.3" [dependencies.time] version = "0.1.38" [dependencies.uuid] version = "0.7.1" features = ["v4"]