# 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 = "liblisa-semantics-tool" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A command-line tool that can query and manipulate libLISA's semantics." homepage = "https://liblisa.nl/" documentation = "https://docs.liblisa.nl/" readme = "README.md" license = "AGPL-3.0-only" repository = "https://github.com/liblisa/liblisa" [[bin]] name = "liblisa-semantics-tool" path = "src/main.rs" [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.env_logger] version = "0.10" [dependencies.itertools] version = "0.12.0" [dependencies.liblisa] version = "0.1.0" features = [ "schemars", "z3", ] [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.rayon] version = "1.5" [dependencies.schemars] version = "0.8.16" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.test-log] version = "0.2.10" [features] default = ["nolog"] nolog = ["log/release_max_level_off"]