# 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 = "oxyroot" version = "0.1.25" authors = ["Mathieu Dupont "] build = false exclude = [ "*test_data/", "*.root", "*.C", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Another attempt to make library reading and writing of `.root` binary files which are commonly used in particle physics" readme = "readme.md" license = "MIT OR Apache-2.0" repository = "https://github.com/m-dupont/oxyroot" [package.metadata.docs.rs] features = ["derive"] rustdoc-args = [ "--cfg", "doc_cfg", ] [lib] name = "oxyroot" path = "src/lib.rs" [[example]] name = "create_file_for_debug" path = "examples/create_file_for_debug.rs" [[example]] name = "create_file_with_derive" path = "examples/create_file_with_derive.rs" [[example]] name = "from_uproot" path = "examples/from_uproot/main.rs" [[example]] name = "open_file_for_debug" path = "examples/open_file_for_debug.rs" required-features = ["derive"] [[example]] name = "open_file_for_debug2" path = "examples/open_file_for_debug2.rs" [[example]] name = "open_large_file" path = "examples/open_large_file.rs" [[test]] name = "0_import_crate" path = "tests/0_import_crate.rs" [[test]] name = "100__write_auto_read_primitives" path = "tests/100__write_auto_read_primitives.rs" [[test]] name = "101__write_root_read" path = "tests/101__write_root_read.rs" [[test]] name = "1_read_structs" path = "tests/1_read_structs.rs" [[test]] name = "2_from_uproot" path = "tests/2_from_uproot.rs" [[test]] name = "3_stl_containers" path = "tests/3_stl_containers.rs" [[test]] name = "4_huge" path = "tests/4_huge.rs" [[test]] name = "5_from_groot" path = "tests/5_from_groot.rs" [[test]] name = "6_from_geant4" path = "tests/6_from_geant4.rs" [[test]] name = "7_tree_with_user_info" path = "tests/7_tree_with_user_info.rs" [dependencies.chrono] version = "0.4" [dependencies.downcast] version = "0.11.0" [dependencies.flate2] version = "1" [dependencies.itertools] version = "0.12" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.lz4] version = "1" [dependencies.num] version = "0.4" [dependencies.num-derive] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.oxyroot_derive] version = "0.1" optional = true [dependencies.paste] version = "1.0" [dependencies.regex] version = "1" [dependencies.trait-set] version = "0.3.0" [dependencies.uuid] version = "1" [dependencies.xz2] version = "0.1" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.test-log] version = "0.2" [features] derive = ["oxyroot_derive"] zlib-ng = ["flate2/zlib-ng"]