# 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" rust-version = "1.70" name = "xcsp3-rust" version = "0.1.0" authors = ["Luhan Zhen "] include = [ "src/*", "README.md", "LICENSE", ] description = "xcsp3-rust is a library that help constraint programming solvers implemented by Rust to read XCSP3 files." readme = "README.md" keywords = [ "xml", "csp", "xcsp3", "combinatorial", "parser", ] categories = ["Text processing"] license = "MIT" repository = "https://github.com/luhanzhen/xcsp3-rust" [lib] name = "xcsp3_rust" path = "src/lib.rs" [dependencies.quick-xml] version = "0.29.0" features = ["serialize"] [dependencies.regex] version = "1.9.1" [dependencies.serde] version = "1.0.166" features = ["serde_derive"] [dependencies.walkdir] version = "2.3.3"