# 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 = "selmr" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Package to create and use Simple Explainable Language Multiset Representations" homepage = "https://github.com/wjwillemse/selmr" readme = "README.md" license = "MIT" repository = "https://github.com/wjwillemse/selmr" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "src/header.html", ] [lib] name = "selmr" crate-type = [ "cdylib", "lib", ] path = "src/lib.rs" [[test]] name = "tests_selmr" path = "tests/tests_selmr.rs" [dependencies.counter] version = "0.6.0" [dependencies.indexmap] version = "2.3.0" features = ["serde"] [dependencies.indextree] version = "4.7.0" [dependencies.log] version = "0.4.22" [dependencies.ordered-float] version = "4.2.2" [dependencies.priority-queue] version = "2.0.3" [dependencies.pyo3] version = "0.22.2" features = [ "extension-module", "gil-refs", ] [dependencies.regex] version = "1.10.6" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.122" [dependencies.unicode-segmentation] version = "1.11.0" [dependencies.zip] version = "2.1.6"