# 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 = "2018" name = "swipl" version = "0.3.16" authors = ["Matthijs van Otterdijk "] description = "A high-level library for building SWI-Prolog extensions and embedding SWI-Prolog in rust applications" documentation = "https://terminusdb-labs.github.io/swipl-rs/swipl/" readme = "README.md" license = "Apache-2.0/MIT" repository = "https://github.com/terminusdb-labs/swipl-rs/" [dependencies.convert_case] version = "0.6" [dependencies.either] version = "1.9.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.num_enum] version = "0.7.1" [dependencies.serde] version = "1.0" optional = true [dependencies.swipl-fli] version = "0.3.6" [dependencies.swipl-macros] version = "0.3.8" [dependencies.thiserror] version = "1.0" [dev-dependencies.serde] version = "1.0" features = ["derive"]