# 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 = "saltpig" version = "0.0.0" authors = ["Moonbolt {K} "] description = "The Rustic, ergonomic, and extensible CBOR implementation." keywords = ["cbor", "serialization"] categories = ["encoding"] license = "GPL-3.0+ OR BSD-3-Clause" repository = "https://gitlab.com/Moongoodboy.K/saltpig" [profile.bench] lto = true codegen-units = 1 [profile.release] lto = true codegen-units = 1 [dependencies.byteorder] version = "1.2" [dependencies.half] version = "1.1" [dependencies.maplit] version = "1.0" [dependencies.uuid] version = "0.6" optional = true [dev-dependencies.quickcheck] version = "0.6" [dev-dependencies.rand] version = "0.5" [features] 7049-ordvalue = [] ext-uuid = ["uuid"] [badges.gitlab] repository = "Moongoodboy.K/saltpig" [badges.maintenance] status = "experimental"