# 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 = "thurgood" version = "0.2.1" authors = ["Binder News"] description = "Full (de)serialization support for Ruby's Marshal format" homepage = "https://github.com/bindernews/thurgood" readme = "README.md" keywords = ["ruby", "marshal", "serialization"] categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/bindernews/thurgood" [dependencies.base64] version = "0.13" [dependencies.indexmap] version = "1.7" [dependencies.num-bigint] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1.0" optional = true [dependencies.serde_json] version = "^1.0" optional = true [dependencies.thiserror] version = "1.0" [features] default = ["json"] json = ["serde_json", "serde"]