# 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 = "2021" name = "librqbit-clone-to-owned" version = "3.0.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Util traits to represent something that can be made owned and change type at the same time." documentation = "https://docs.rs/librqbit-clone-to-owned" readme = "README.md" license = "Apache-2.0" [lib] name = "librqbit_clone_to_owned" path = "src/lib.rs" [dependencies.bytes] version = "1.7.1"