# 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 = "rsmonad" version = "0.2.4" authors = ["Will Sturgeon "] build = "build.rs" description = "Haskell-style monads for idiomatic Rust." readme = "README.md" keywords = [ "types", "proofs", "math", "logic", "metaprogramming", ] categories = [ "mathematics", "encoding", "no-std", "compilers", "data-structures", ] license = "MPL-2.0" repository = "https://github.com/wrsturgeon/rsmonad" [dependencies.ahash] version = ">=0.8.3" [dependencies.derive-quickcheck] version = ">=0.1.1" [dependencies.paste] version = ">=1" [dependencies.quickcheck] version = ">=1" [dependencies.same-as] version = ">=1" [features] default = ["std"] nightly = [] std = []