# 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 = "why3" version = "0.3.0" authors = ["Xavier Denis "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Why3 AST and pretty printers" readme = "README.md" license = "LGPL-2.1-or-later" repository = "https://github.com/creusot-rs/creusot" [lib] name = "why3" path = "src/lib.rs" [dependencies.indexmap] version = "1.2.0" [dependencies.itertools] version = "0.10" [dependencies.num] version = "0.4" [dependencies.pretty] version = "0.11" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.107" [dev-dependencies.proptest] version = "1.4.0" [dev-dependencies.tempfile] version = "3.10.0" [features] serialize = ["serde"]