Skip to content

Migrate from unmaintained rust-crypto package #5

@gus4rs

Description

@gus4rs

When compiling the project, I get:

warning: the following packages contain code that will be rejected by a future version of Rust: rustc-serialize v0.3.24

This warning means that the rustc-serialize crate, which is used by rust-crypto, is deprecated and will not work with future versions of Rust.

To solve this warning, you should consider switching to a different crate for cryptography, such as ring, openssl, or crypto2. These crates are more up-to-date and use the serde crate for serialization, which is the preferred alternative to rustc-serialize.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions