# 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 = "joker_calculus" version = "0.12.0" authors = ["Sven Nilsen "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An implementation of Joker Calculus in Rust" homepage = "https://github.com/advancedresearch/joker_calculus" readme = "README.md" keywords = [ "joker", "calculus", "logic", "philosophy", "advancedresearch", ] license = "MIT OR Apache-2.0" repository = "https://github.com/advancedresearch/joker_calculus.git" [lib] name = "joker_calculus" path = "src/lib.rs" [[example]] name = "emoji" path = "examples/emoji.rs" [[example]] name = "hello_joker" path = "examples/hello_joker.rs" [[example]] name = "open_vs_closed" path = "examples/open_vs_closed.rs" [[example]] name = "products" path = "examples/products.rs" [dependencies] [dev-dependencies.cuckoofilter] version = "0.5.0" [dev-dependencies.num-bigint] version = "0.4.3"