# 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 = "aspic" version = "0.1.1" authors = ["Alex Jackson "] description = "An ASPIC+ argumentation system and reasoning engine" readme = "README.md" keywords = [ "aspic", "argumentation", "reasoning", "logic", "ai", ] license = "MIT" repository = "https://github.com/alexjackson1/aspic/" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.futures] version = "0.3" [dependencies.itertools] version = "0.13.0" [dependencies.nom] version = "7.1.3" [dependencies.petgraph] version = "0.6" [dependencies.serde] version = "1.0" optional = true [dependencies.serde-wasm-bindgen] version = "0.4" optional = true [dependencies.serde_derive] version = "1.0" optional = true [dependencies.thiserror] version = "1.0" [dependencies.wasm-bindgen] version = "0.2" optional = true [dependencies.wasm-bindgen-futures] version = "0.4" optional = true [features] serde_support = [ "serde", "serde_derive", "petgraph/serde-1", ] wasm = [ "wasm-bindgen", "wasm-bindgen-futures", "serde-wasm-bindgen", ]