# 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] edition = "2018" name = "urbit-q" version = "0.3.2" authors = ["k2l8m11n2"] description = "Encode and decode data in Urbit's @q format" readme = "README.md" keywords = ["urbit", "encoding"] categories = ["encoding"] license = "MIT" repository = "https://github.com/k2l8m11n2/urbit-q" [[bench]] name = "encdec" harness = false [dependencies.phf] version = "0.8" features = ["macros"] [dev-dependencies.criterion] version = "0.3.2" [dev-dependencies.naughty-strings] version = "0.2.3" [dev-dependencies.proptest] version = "0.10.0" [dev-dependencies.rand] version = "0.7.3"