# 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 = "py27-marshal" version = "0.4.0" authors = [ "Solomon Ucko ", "Lander Brandt ", ] description = "A Rust port of https://github.com/python/cpython/blob/master/Python/marshal.c" readme = "README.md" keywords = [ "python", "marshal", "read", "decode", ] categories = [ "emulators", "encoding", "parser-implementations", "parsing", ] license = "MIT" repository = "https://github.com/landaire/py-marshal" [dependencies.bitflags] version = "1" [dependencies.bstr] version = "1.0" [dependencies.num-bigint] version = "0.4" [dependencies.num-complex] version = "0.4" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.owning_ref] version = "0.4" optional = true [dependencies.thiserror] version = "1.0" [features] default = []