PackageTrack
Sign in Get early access

find-crate

Find the crate name from the current Cargo.toml.

0.7.1 6.5M downloads/mo #3973 most downloaded on crates.io taiki-e/find-crate

What this package is like to depend on

Last release 6 months ago

13 Feb 2026

Ships unpredictably

gaps range from 8 days to 5.1 years

Nearly every release is documented

notes for 13 of 13 stable releases

Nothing withdrawn

no release was ever pulled

8 years old

13 releases · first in 2019

2 releases in the last 12 months

see the full history below

Release timeline

13 releases · Feb 2019 to Feb 2026
2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 13
  1. 0.7.1 13 Feb 2026
    Release notes
    • Update toml dependency to 1.
    Open source →
    Release notes
    • Update toml dependency to 1.
    Open source →
  2. 0.7.0 07 Feb 2026
    Release notes
    • Remove toml from public dependencies to prevent toml updates from becoming breaking changes. (#27, thanks @TechnoPorg)

      • Remove Manifest::from_toml. Use text.parse()/Manifest::from_str(text) or Manifest::from_path(path) instead.
      • Change the type of Error::Toml from toml::de::Error to TomlError.
    • Make Dependencies enum #[non_exhaustive].

    • Implement FromStr for Manifest. (#27, thanks @TechnoPorg)

    • Add Manifest::from_path.

    • Support version-less manifests in crate_package.

    • Support target names that contain ".".

    • Add #[must_use] to constructor and getters.

    • Update toml dependency to 0.9.

      This increases the minimum supported Rust version (MSRV) to Rust 1.76.

    • Enable release immutability.

    Open source →
    Release notes
    • Remove toml from public dependencies to prevent toml updates from becoming breaking changes. (#27, thanks @TechnoPorg)

      • Remove Manifest::from_toml. Use text.parse()/Manifest::from_str(text) or Manifest::from_path(path) instead.
      • Change the type of Error::Toml from toml::de::Error to TomlError.
    • Make Dependencies enum #[non_exhaustive].

    • Implement FromStr for Manifest. (#27, thanks @TechnoPorg)

    • Add Manifest::from_path.

    • Support version-less manifests in crate_package.

    • Support target names that contain ".".

    • Add #[must_use] to constructor and getters.

    • Update toml dependency to 0.9.

      This increases the minimum supported Rust version (MSRV) to Rust 1.76.

    • Enable release immutability.

    Open source →
  3. 0.6.3 05 Jan 2021
    Release notes
    • Exclude unneeded files from crates.io.
    Open source →
    Release notes
    • Exclude unneeded files from crates.io.
    Open source →
  4. 0.6.2 29 Dec 2020
    Release notes
    • Documentation improvements.
    Open source →
    Release notes
    • Documentation improvements.
    Open source →
  5. 0.6.1 07 Sep 2020
    Release notes
    • Documentation improvements.
    Open source →
    Release notes
    • Documentation improvements.
    Open source →
  6. 0.6.0 27 Aug 2020
    Release notes
    Open source →
    Release notes
    Open source →
  7. 0.5.0 28 Sep 2019
    Release notes
    • Made Manifest::dependencies and Package::{name, varsion} fields public.

    • Added support for target.cfg.dependencies.

    • Added Dependencies enum to manage the kind of dependencies to be searched.

    • Removed Manifest::lock() and ManifestLock.

    • Removed some variant and field form Error.

    • Removed DEFAULT_DEPENDENCIES.

    Open source →
    Release notes
    • Make Manifest::dependencies and Package::{name, version} fields public.

    • Add support for target.cfg.dependencies.

    • Add Dependencies enum to manage the kind of dependencies to be searched.

    • Remove Manifest::lock() and ManifestLock.

    • Remove some variant and field form Error.

    • Remove DEFAULT_DEPENDENCIES.

    Open source →
  8. 0.4.0 16 Jun 2019
    Release notes
    • Transition to Rust 2018. With this change, the minimum required version will go up to Rust 1.31.

    • Update minimum toml version to 0.5.0.

    Open source →
  9. 0.3.0 21 Feb 2019
    Release notes
    • Remove version dependent behavior.

    • Documentation improvements.

    Open source →
  10. 0.2.0 13 Feb 2019
    Release notes
    • Support Rust 1.15.
    Open source →
  11. 0.1.2 13 Feb 2019
    Release notes
    • Implement PartialEq and Eq for Package.
    Open source →
  12. 0.1.1 13 Feb 2019
    Release notes
    • Documentation improvements.
    Open source →
  13. 0.1.0 13 Feb 2019
    Release notes

    Initial release

    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive