# 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 = "cargo-hax" version = "0.1.0-alpha.1" authors = ["hax Authors"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "The high assurance translation toolchain" homepage = "https://github.com/hacspec/hax" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/hacspec/hax" [[package.metadata.release.pre-release-replacements]] file = "../../engine/dune-project" prerelease = true replace = "version {{version}}" search = 'version [a-z0-9\.-]+' [[bin]] name = "cargo-hax" path = "src/cargo_hax.rs" [[bin]] name = "hax-export-json-schemas" path = "src/json_schema.rs" [dependencies.annotate-snippets] version = "0.11" [dependencies.cargo_metadata] version = "0.15" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.colored] version = "2" [dependencies.extension-traits] version = "1.0.1" [dependencies.hax-frontend-exporter] version = "=0.1.0-alpha.1" default-features = false [dependencies.hax-frontend-exporter-options] version = "=0.1.0-alpha.1" [dependencies.hax-types] version = "=0.1.0-alpha.1" [dependencies.inquire] version = "0.6" [dependencies.is-terminal] version = "0.4.9" [dependencies.itertools] version = "0.11.0" [dependencies.paste] version = "1.0.11" [dependencies.path-clean] version = "1.0.1" [dependencies.prettyplease] version = "0.2.20" [dependencies.rustup-toolchain] version = "0.1" [dependencies.schemars] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-jsonlines] version = "0.5.0" [dependencies.serde_json] version = "1.0" [dependencies.syn] version = "2.*" features = ["full"] [dependencies.tempfile] version = "3.8" [dependencies.tiny_http] version = "0.12" [dependencies.version_check] version = "0.9" [dependencies.which] version = "4.4" [build-dependencies.hax-frontend-exporter] version = "=0.1.0-alpha.1" default-features = false [build-dependencies.hax-lib-macros-types] version = "=0.1.0-alpha.1" features = ["schemars"] [build-dependencies.hax-types] version = "=0.1.0-alpha.1" [build-dependencies.schemars] version = "0.8" [build-dependencies.serde] version = "1.0" features = ["derive"] [build-dependencies.serde_json] version = "1.0" [build-dependencies.toml] version = "0.8" [build-dependencies.version_check] version = "0.9"