# 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 = "root-io" version = "0.3.0" authors = ["cbourjau "] exclude = ["*test_data/", "*.root"] description = "Reading of `.root` binary files which are commonly used in particle physics" readme = "README.md" keywords = ["root", "cern", "alice", "lhc", "physics"] categories = ["parser-implementations", "science", "data-structures"] license = "MPL-2.0" repository = "https://github.com/cbourjau/alice-rs" [[bench]] name = "iter_branch" harness = false [dependencies.alice-open-data] version = "0.5" [dependencies.bitflags] version = "1.0.0" [dependencies.failure] version = "0.1.5" [dependencies.flate2] version = "^1" [dependencies.futures] version = "0.3" [dependencies.lz4-compress] version = "0.1.1" [dependencies.lzma-rs] version = "0.1.1" [dependencies.nom] version = "^5" [dependencies.quote] version = "0.3.15" [dependencies.reqwest] version = "0.10" [dependencies.uuid] version = "0.8.2" [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.criterion] version = "0.3" [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio] version = "0.2" features = ["macros"] [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures] version = "0.4.10" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen] version = "0.2.60" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.3.10" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.web-sys] version = "0.3.4" features = ["console"]