# 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 = "guided_digraph" version = "0.1.1" authors = ["Caleb Stanford "] exclude = [ "regex-smt-benchmarks", "examples", ] description = "A data structure for incremental live and dead state detection in an abstract transition system" readme = "README.md" license = "MIT" repository = "https://github.com/cdstanford/gid" [lib] doctest = false [[bin]] name = "example_gen" test = false [[bin]] name = "run_all" test = false [[bin]] name = "run_compare" test = false [[bin]] name = "run_example" test = false [dependencies.disjoint-sets] version = "0.4.2" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3.26" [dependencies.time] version = "0.3.14" features = [ "formatting", "macros", ]