rust-overture 0.6.1

A rust overture library.
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"
name = "rust-overture"
version = "0.6.1"
authors = ["Codefonsi <info@codefonsi.com>"]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "../../README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A rust overture library."
homepage = "https://github.com/codefonsi/rust-overture"
documentation = "https://docs.rs/rust-overture"
readme = "README.md"
keywords = [
    "rustoverture",
    "operators",
    "type-safe",
    "functional-rust",
]
license = "MPL-2.0"
repository = "https://github.com/codefonsi/rust-overture"

[features]
default = []

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

[dependencies.key-paths-core]
version = "1.7.0"
features = ["tagged_core"]

[dependencies.key-paths-derive]
version = "1.1.0"

[dependencies.overture-core]
version = "0.2.1"

[dependencies.tagged-core]
version = "0.8.0"