# 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 = "formality-core" version = "0.1.1" description = "Language-independent formality system used by a-mir-formality" homepage = "https://rust-lang.github.io/a-mir-formality/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/a-mir-formality/" [dependencies.anyhow] version = "1.0.75" [dependencies.contracts] version = "0.6.3" [dependencies.env_logger] version = "0.10.0" [dependencies.formality-macros] version = "0.1.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.stacker] version = "0.1.15" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "fmt", ] default-features = false [dependencies.tracing-tree] version = "0.2" [dev-dependencies.expect-test] version = "1.4.1"