# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tagada_abtractor" version = "0.1.0" authors = ["François Delobel + Luc Libralesso "] description = "Compute table constraint for the abstraction of a Tagada Dag" license = "GPL-2.0-or-later" repository = "https://gitlab.limos.fr/frdelobe/tagada_abstractor.git" [profile.release] debug = true [dependencies.clap] version = "~2.33.*" features = ["yaml"] [dependencies.colorful] version = "0.2.1" [dependencies.fxhash] version = "0.2.1" [dependencies.itertools] version = "0.10.0" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_path_to_error] version = "0.1" [dependencies.sha2] version = "0.9.3"