# 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" rust-version = "1.69.0" name = "dekoder" version = "0.1.0" authors = ["Alessandro Candido "] description = "Read EKO files" readme = "README.md" keywords = [ "high-energy-physics", "physics", ] categories = ["science"] license = "GPL-3.0-or-later" repository = "https://github.com/NNPDF/eko" resolver = "1" [dependencies.anyhow] version = "1.0.71" [dependencies.base64] version = "0.21.0" [dependencies.lz4_flex] version = "0.10.0" [dependencies.ndarray] version = "0.15.6" [dependencies.ndarray-npy] version = "0.8.1" [dependencies.serde] version = "1.0.162" features = ["derive"] [dependencies.serde_yaml] version = "0.9.21" [dependencies.tar] version = "0.4.38"