pub(super) const PROJECT_LIBS_LABEL: &str = "lib";
pub(super) const PROJECT_MEMBERS_LABEL: &str = "members";
pub(super) const PROJECT_PROC_MACROS_LABEL: &str = "proc-macro";
pub(super) const PROJECT_SUBMODULES_LABEL: &str = "submodules";
pub(super) const PROJECT_VENDORED_LABEL: &str = "vendored";
pub(super) const TESTS_DOC_LABEL: &str = "doc";
pub(super) const TESTS_INTEGRATION_LABEL: &str = "integration";
pub(super) const TESTS_UNIT_LABEL: &str = "unit";
pub const CRATES_IO_UNREACHABLE: &str = "unreachable";