deep_causality_ethos 0.2.4

Programmable ethics for DeepCausality.
Documentation
# 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 = "2024"
rust-version = "1.90.0"
name = "deep_causality_ethos"
version = "0.2.4"
authors = ["Marvin Hansen <marvin.hansen@gmail.com>"]
build = false
exclude = [
    "*.bazel",
    "*/*.bazel",
    "*.bazel.*",
    "BUILD",
    "BUILD.bazel",
    "MODULE.bazel",
    ".bazelignore",
    ".bazelrc",
    "tests/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Programmable ethics for DeepCausality."
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"
resolver = "2"

[lib]
name = "deep_causality_ethos"
path = "src/lib.rs"

[dependencies.deep_causality]
version = "0.13"

[dependencies.ultragraph]
version = "0.8"