# 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 = "drias" version = "0.0.3" build = "./src/build.rs" description = "utilities for spans and diagnostics" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/samhdev/drias" resolver = "2" [dependencies.proc-macro2] version = "1.0.42" [dependencies.yansi] version = "0.5.1" optional = true [build-dependencies.rustc_version] version = "0.4.0" [features] default = [ "diag", "diag_api", "diag_ext", "diag_emulate", ] diag = [] diag_api = ["diag"] diag_emulate = [ "diag", "yansi", ] diag_ext = ["diag"]