# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [[bench]] name = "string" harness = false [[bench]] name = "blob" harness = false [package] name = "aws-smithy-cbor" version = "0.60.8" authors = ["AWS Rust SDK Team ", "David PĂ©rez "] description = "CBOR utilities for smithy-rs." edition = "2021" license = "Apache-2.0" repository = "https://github.com/awslabs/smithy-rs" [package.metadata.docs.rs] all-features = true targets = ["x86_64-unknown-linux-gnu"] cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"] rustdoc-args = ["--cfg", "docsrs"] [dependencies.minicbor] version = "0.24.2" features = ["alloc", "half"] [dependencies.aws-smithy-types] path = "../aws-smithy-types" version = "1.2.9" [dev-dependencies] criterion = "0.5.1"