[package] name = "tagada_abtractor" version = "0.1.0" authors = ["François Delobel + Luc Libralesso "] edition = "2018" description = "Compute table constraint for the abstraction of a Tagada Dag" repository = "https://gitlab.limos.fr/frdelobe/tagada_abstractor.git" license = "GPL-2.0-or-later" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] itertools = "0.10.0" clap = {version = "~2.33.*", features = ["yaml"] } fxhash = "0.2.1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" regex = "1" serde_path_to_error = "0.1" sha2 = "0.9.3" colorful = "0.2.1" [profile.release] debug = true # TODO: Voir si on peut le passer en release