# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "gob" version = "0.1.0" authors = ["Sam Rijs "] description = "serde support for the gob binary format" documentation = "https://docs.rs/gob" readme = "README.md" license = "MIT" repository = "https://github.com/srijs/rust-gob" [[bench]] name = "serialize" harness = false [dependencies.byteorder] version = "1.2.2" [dependencies.bytes] version = "0.4.6" [dependencies.iovec] version = "0.1.2" [dependencies.lazy_static] version = "1.0.0" [dependencies.owning_ref] version = "0.3.3" [dependencies.safemem] version = "0.3.0" [dependencies.serde] version = "1.0.39" [dependencies.serde_derive] version = "1.0.42" [dependencies.serde_schema] version = "0.0.1" [dependencies.serde_schema_derive] version = "0.0.1" [dev-dependencies.bencher] version = "0.1.5" [dev-dependencies.partial-io] version = "0.3.0" features = ["quickcheck"] [dev-dependencies.quickcheck] version = "0.6.2" [dev-dependencies.serde_bytes] version = "0.10.4"