# 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 = "tatam" version = "0.3.11" authors = ["David Doose "] include = [ "**/*.rs", "**/*.lalrpop", "Cargo.toml", "Readme_crates.md", ] description = "Theory And Time Analysis Machine" readme = "README.md" keywords = [ "SMT", "BMC", "Temporal_Logic", "solver", ] license = "LGPL-3.0-only" repository = "https://github.com/DavidD12/tatam" [package.metadata.tatam] directories = ["vscode-extensions"] [lib] name = "tatam" path = "src/lib.rs" [[bin]] name = "tatam" path = "bin/main.rs" [dependencies.clap] version = "4.0.18" features = ["derive"] [dependencies.d-stu] version = "0.1.5" [dependencies.fraction] version = "0.13.0" [dependencies.lalrpop-util] version = "0.19.8" features = ["lexer"] [dependencies.line-col] version = "0.2.1" [dependencies.num_cpus] version = "1.16.0" [dependencies.regex] version = "1.6.0" [dependencies.smt_sb-rs] version = "0.1.0" [dependencies.termion] version = "2.0.1" [dependencies.threadpool] version = "1.8.1" [build-dependencies.lalrpop] version = "0.19.8" features = ["lexer"]