# 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 = "2018" name = "nu-errors" version = "0.44.0" authors = ["The Nu Project Contributors"] description = "Core error subsystem for Nushell" license = "MIT" [lib] doctest = false [dependencies.bigdecimal] version = "0.3.0" features = ["serde"] package = "bigdecimal" [dependencies.codespan-reporting] version = "0.11.0" features = ["serialization"] [dependencies.derive-new] version = "0.5.8" [dependencies.getset] version = "0.1.1" [dependencies.glob] version = "0.3.0" [dependencies.nu-ansi-term] version = "0.44.0" [dependencies.nu-source] version = "0.44.0" [dependencies.num-bigint] version = "0.4.3" features = ["serde"] [dependencies.num-traits] version = "0.2.14" [dependencies.serde] version = "1.0.123" features = ["derive"] [dependencies.serde_json] version = "1.0.61" [dependencies.serde_yaml] version = "0.8.16" [dependencies.toml] version = "0.5.8" [build-dependencies]