Crates.io | repackage |
lib.rs | repackage |
version | 0.1.2 |
source | src |
created_at | 2021-02-23 17:43:28.704168 |
updated_at | 2024-07-30 15:19:17.159864 |
description | An infernal tool to repackage a .crate file under another name |
homepage | |
repository | https://github.com/jonhoo/repackage |
max_upload_size | |
id | 359570 |
size | 42,694 |
Repackage Rust .crate
files under a different crate name.
This crate provides repackage::dot_crate
, which repackages a .crate
file so that it exports the same crate under a different name. It
replaces the name
attribute in Cargo.toml
, and also rewrites
references to the old name in the various .rs
files that live outside
of src/
(those in src/
use crate::
).
See the library documentation for details.
Use with extreme caution.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.