# 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.80" name = "deep_causality" version = "0.7.3" authors = ["Marvin Hansen "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Computational causality library. Provides causality graph, collections, context and causal reasoning." homepage = "https://deepcausality.com/about/" documentation = "https://docs.rs/deep_causality" readme = "README.md" keywords = [ "causality", "causal-graph", "causal-reasoning", "graph", ] categories = [ "data-structures", "science", "aerospace", "finance", "mathematics", ] license = "MIT" repository = "https://github.com/deepcausality/deep_causality.rs" [lib] name = "deep_causality" path = "src/lib.rs" [[test]] name = "mod" path = "tests/mod.rs" [[bench]] name = "bench_main" path = "benches/bench_main.rs" harness = false [dependencies.dcl_data_structures] version = "0.7" [dependencies.deep_causality_macros] version = "0.4" [dependencies.ultragraph] version = "0.5" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"]