# 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] name = "big_data" version = "0.1.2" authors = ["yangcancai "] build = "build.rs" description = "Safe Rust code for creating Erlang NIF to store big data" homepage = "https://github.com/yangcancai/big_data" license-file = "LICENSE" repository = "https://github.com/yangcancai/big_data/" [lib] name = "big_data" crate-type = ["cdylib", "rlib"] [[bench]] name = "bench" harness = false [dependencies.bencher] version = "0.1.5" [dependencies.ordermap] version = "0.3.5" [dependencies.rand] version = "0.8.0" [dependencies.rustler] version = "0.22.0-rc.0" [dependencies.serde] version = "1.0" features = ["derive"]