[package] name = "graph-checker" version = "0.1.0" edition = "2021" links = "nauty" build = "build.rs" [dependencies] anyhow = "1.0.89" dotenv = "0.15.0" futures = "0.3.30" log = "0.4.22" simplelog = "0.12.2" sqlx = { version = "0.8.2", features = ["runtime-tokio", "sqlite"] } tokio = { version = "1.40.0", features = ["full"] } [build-dependencies] cc = "1.0"