# 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 = "castle_error" version = "0.5.9" description = "Castle Error, error handling for Castle systems" license = "MIT" [dependencies.byte] version = "0.2.6" [dependencies.castle_input_cursor] version = "0.5.9" [dependencies.rmp-serde] version = "1.1.0" [dependencies.serde] version = "1.0.117" features = ["derive"] [dependencies.uuid] version = "1.0.0" features = [ "serde", "v4", ]