# 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 = "dbgbb" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A framework for analyzing debugging data in a notebook" readme = "README.md" keywords = [ "data_structures", "macro", "object_storage", "debugging", ] categories = [ "visualization", "encoding", "development-tools::debugging", "development-tools::testing", ] license = "Apache-2.0" repository = "https://github.com/YShoji-HEP/dbgbb" [lib] name = "dbgbb" path = "src/lib.rs" [[test]] name = "external" path = "tests/external.rs" [[test]] name = "integration" path = "tests/integration.rs" [dependencies.array-object] version = "0.2.1" [dependencies.bulletin-board-common] version = "0.3.1" [dependencies.ciborium] version = "=0.2.2" [dependencies.nalgebra] version = "0.33.2" optional = true [dependencies.ndarray_15] version = "0.15.6" optional = true package = "ndarray" [dependencies.ndarray_16] version = "0.16.1" optional = true package = "ndarray" [dependencies.num-complex] version = "0.4.6" [dependencies.serde_bytes] version = "0.11.15" [features] default = [] nalgebra = [ "dep:nalgebra", "array-object/nalgebra", ] ndarray_15 = [ "dep:ndarray_15", "array-object/ndarray_15", ] ndarray_16 = [ "dep:ndarray_16", "array-object/ndarray_16", ] no_compression = [] unix = []