3 releases
0.1.2 | Jul 30, 2024 |
---|---|
0.1.1 | Apr 12, 2021 |
0.1.0 | Feb 23, 2021 |
#602 in Development tools
94 downloads per month
17KB
148 lines
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.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
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.
Dependencies
~2–9.5MB
~99K SLoC