Issues found
Based on crates you own that have been published to crates.io. The best way to monitor these issues is to subscribe to the atom feed in your RSS reader.
extract_anchors, rsiot-modbus-client, rsiot-websocket-server, rsiot-http-client, rsiot-messages-core, rsiot-component-core, rsiot-extra-components, rsiot-http-server, rsiot-http-client-wasm, rsiot-websocket-client, rsiot-leptos
No repository property
Specify git repository URL in
Cargo.toml
to help users find more information, contribute, and for lib.rs to read more info.
extract_anchors
Dependency thiserror 1.0.61 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Easy way to bump dependencies:
cargo install cargo-edit; cargo upgrade -i
; Also check out Dependabot service on GitHub.Imprecise dependency requirement walkdir = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
walkdir = "2.5.0"
. IfCargo.lock
ends up having an unexpectedly old version of the dependency, you might get a dependency that lacks features/APIs or important bugfixes that you depend on. This is most likely to happen when using theminimal-versions
flag, used by users of old Rust versions.If you want to keep using truly minimal dependency requirements, please make sure you test them in CI with
-Z minimal-versions
Cargo option, because it's very easy to accidentally use a feature added in a later version.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["text-processing"]
to theCargo.toml
.Even if there are no categories that fit precisely, pick one that is least bad. You can also propose new categories in crates.io issue tracker.
Missing keywords
Help users find your crates. Add
keywords = ["для", "всех", "утилита", "исходных", "отрывков"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
rsiot, rsiot-websocket-server, rsiot-websocket-client
Dependency tokio-tungstenite 0.21.0 is significantly outdated
Upgrade to 0.26.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
rsiot, rsiot-modbus-client, rsiot-websocket-server, rsiot-http-client, rsiot-messages-core, rsiot-component-core, rsiot-extra-components, rsiot-http-server, rsiot-http-client-wasm, rsiot-websocket-client, rsiot-websocket-client-wasm, rsiot-redis-client, rsiot-leptos, rsiot-logging, rsiot-influxdb
The Cargo package has no git commit information
Before publishing a package, make sure all packaged files are committed to the repository, and there are no "dirty" files. Push this commit to crate's public repository.
To protect against supply chain attacks similar to CVE-2024-3094, lib.rs will soon start flagging non-reproducible packages without public source code as suspicious. Currently only git repositories are supported (but may be hosted anywhere, not just GitHub). If you'd like a different SCM supported, please file a feature request.
rsiot-modbus-client
Failed to verify create's content against its repository
Verified 2 out of 20 files (includes 2 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
- warning: Could not find Cargo.toml for this package in its repo (via tags).
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: can't load root workspace.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: Can't find workspace in /rsiot-modbus-client/...
- error: Manifest properties don't match: Existence of [lib] inconsistent: published=true; orig=false.
- error: Dependencies don't match: 'async-trait' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'rsiot-component-core' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'rsiot-components-config' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'rsiot-messages-core' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'serde' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'thiserror' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'tokio' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'tokio-modbus' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'tracing' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'url' uses workspace inheritance, but the root workspace is not available.
Files in the crates.io crate compared to the repository:
README.md
not found.Cargo.toml
not found.Cargo.lock
not found.modbus_tcp_client.rs
not found.examples/fermenter/
main.rs
not found.config.rs
not found.message.rs
not found.
modbus_server.json
exists, but elsewhere in the repo.component-modbus-client.svg
exists, but elsewhere in the repo.plc_struct.st
exists, but elsewhere in the repo.rsiot-modbus-client/src/conversion/
utils.rs
exists, but elsewhere in the repo.mod.rs
exists, but elsewhere in the repo.
src/
component.rs
not found.fn_process.rs
not found.error.rs
not found.config.rs
not found.lib.rs
not found.
src/conversion/
to_f32.rs
not found.to_u32.rs
not found.
Looked for the crate in
rsiot-modbus-client/
. Fetchedhttps://github.com/konstantin-dudersky/rsiot.git
bb81e49495ccf92c0d223fea70fed6335ec8d0bd.Checked on 2024-08-10
This check is experimental.
- warning: The crates.io package has no commit hash associated with it.
Dependency tokio-modbus 0.11.0 is significantly outdated
Upgrade to 0.16.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
rsiot-auth
Failed to verify create's content against its repository
Verified 1 out of 11 files (includes 1 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
- warning: Could not find any matching commit in the repository. Used latest commit as a fallback. The results may be incorrect.
- warning: There is no matching git tag containing version '0.0.70'.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: can't load root workspace.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: Can't find workspace in /rsiot-auth/...
- error: Manifest properties don't match: Existence of [lib] inconsistent: published=true; orig=false.
- error: Dependencies don't match: 'async-trait' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'hmac' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'jwt' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'rsiot-component-core' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'rsiot-messages-core' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'serde' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'sha2' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'thiserror' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'tokio' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'tracing' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'uuid' uses workspace inheritance, but the root workspace is not available.
- error: Manifest properties don't match: package.repository.
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.Cargo.toml
not found.auth.rs
not found.README.md
exists, but elsewhere in the repo.src/
component.rs
not found.error.rs
not found.config.rs
not found.fn_process.rs
not found.token_payload.rs
not found.lib.rs
not found.
Looked for the crate in
rsiot-auth/
. Fetchedhttps://github.com/konstantin-dudersky/rsiot.git
6806aca35de67c7ddcfd702ddb7ac7533d8aee59.Checked on 2024-07-28
- warning: The crates.io package has no commit hash associated with it.
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/konstantin\-dudersky/rsiot\.git
At the moment we only support git, and attempt fetching when we index a new release. Cloning is necessary for lib.rs to gather data that is missing on crates.io, e.g. to correctly resolve relative URLs in README files, which depend on repository layout and non-standard URL schemes of repository hosts.
Dependency rsiot-component-core 0.0.70 is significantly outdated
Upgrade to 0.0.71 to get all the fixes, and avoid causing duplicate dependencies in projects.
README missing from crate tarball
Cargo sometimes fails to package the
README
file. Ensure the path to theREADME
inCargo.toml
is valid, and points to a file inside the crate's directory.
rsiot-influxdb
Failed to verify create's content against its repository
Verified 1 out of 9 files (includes 1 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
- warning: Could not find any matching commit in the repository. Used latest commit as a fallback. The results may be incorrect.
- warning: There is no matching git tag containing version '0.0.71'.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: can't load root workspace.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: Can't find workspace in /rsiot-influxdb/...
- error: Manifest properties don't match: Existence of [lib] inconsistent: published=true; orig=false.
- error: Dependencies don't match: 'async-trait' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'reqwest' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'rsiot-component-core' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'rsiot-components-config' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'rsiot-messages-core' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'thiserror' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'tokio' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'tracing' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'url' uses workspace inheritance, but the root workspace is not available.
- error: Manifest properties don't match: package.repository.
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.Cargo.toml
not found.influxdb.rs
not found.src/
component.rs
not found.error.rs
not found.config.rs
not found.fn_process.rs
not found.lib.rs
not found.
Looked for the crate in
rsiot-influxdb/
. Fetchedhttps://github.com/konstantin-dudersky/rsiot.git
973446807c3b1cc8768f3377fdd21428e936ef68.Checked on 2024-08-10
- warning: The crates.io package has no commit hash associated with it.
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/konstantin\-dudersky/rsiot\.git
README missing from crate tarball
Cargo sometimes fails to package the
README
file. Ensure the path to theREADME
inCargo.toml
is valid, and points to a file inside the crate's directory.Dependency reqwest 0.11.23 is outdated
Upgrade to 0.12.12 to get all the fixes, and avoid causing duplicate dependencies in projects.
rsiot-http-client
Failed to verify create's content against its repository
Verified 2 out of 10 files (includes 2 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
- warning: Could not find any matching commit in the repository. Used latest commit as a fallback. The results may be incorrect.
- warning: There is no matching git tag containing version '0.0.71'.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: can't load root workspace.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: Can't find workspace in /rsiot-http-client/...
- error: Manifest properties don't match: Existence of [lib] inconsistent: published=true; orig=false.
- error: Dependencies don't match: 'anyhow' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'async-trait' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'openssl' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'reqwest' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'rsiot-component-core' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'rsiot-components-config' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'rsiot-messages-core' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'serde' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'thiserror' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'tokio' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'tracing' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'url' uses workspace inheritance, but the root workspace is not available.
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.README.md
not found.Cargo.toml
not found.http_client.rs
not found.src/
component.rs
not found.config.rs
not found.error.rs
not found.fn_process.rs
not found.lib.rs
not found.
Looked for the crate in
rsiot-http-client/
. Fetchedhttps://github.com/konstantin-dudersky/rsiot.git
973446807c3b1cc8768f3377fdd21428e936ef68.Checked on 2024-08-10
- warning: The crates.io package has no commit hash associated with it.
Dependency reqwest 0.11.23 is outdated
Upgrade to 0.12.12 to get all the fixes, and avoid causing duplicate dependencies in projects.
rsiot-messages-core
Failed to verify create's content against its repository
Verified 2 out of 30 files (includes 2 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
- warning: Could not find Cargo.toml for this package in its repo (via tags).
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: can't load root workspace.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: Can't find workspace in /rsiot-messages-core/...
- error: Manifest properties don't match: Existence of [lib] inconsistent: published=true; orig=false.
- error: Dependencies don't match: 'chrono' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'rsiot-macros' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'serde' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'serde_json' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'thiserror' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'uuid' uses workspace inheritance, but the root workspace is not available.
Files in the crates.io crate compared to the repository:
Cargo.toml
not found.README.md
not found.Cargo.lock
not found.message_new_macro.rs
not found.rsiot-messages-core/src/eav/
mod.rs
exists, but elsewhere in the repo.agg_type.rs
exists, but elsewhere in the repo.
mod.rs
exists, but elsewhere in the repo.src/
msg_trace.rs
not found.example_message_channel.rs
not found.timestamp.rs
not found.message_channel.rs
not found.msg_data_bound.rs
not found.lib.rs
not found.message.rs
not found.auth_roles.rs
not found.example_message.rs
not found.error.rs
not found.msg_serde.rs
not found.msg_data.rs
not found.
src/eav/
eav_model.rs
not found.value_type.rs
not found.
src/eav_helpers/
value_instant.rs
not found.command.rs
not found.value_counter.rs
not found.
src/system_messages/
auth_request_by_login.rs
not found.auth_response_ok.rs
not found.mod.rs
not found.auth_response_error.rs
not found.auth_request_by_token.rs
not found.
Looked for the crate in
rsiot-messages-core/
. Fetchedhttps://github.com/konstantin-dudersky/rsiot.git
bb81e49495ccf92c0d223fea70fed6335ec8d0bd.Checked on 2024-08-10
- warning: The crates.io package has no commit hash associated with it.
Dependency rsiot-macros 0.0.64 is slightly outdated
Consider upgrading to 0.0.72 to get all the fixes and improvements.
rsiot-component-core
Failed to verify create's content against its repository
Verified 2 out of 21 files (includes 2 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
- warning: Could not find Cargo.toml for this package in its repo (via tags).
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: can't load root workspace.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: Can't find workspace in /rsiot-component-core/...
- error: Manifest properties don't match: Existence of [lib] inconsistent: published=true; orig=false.
- error: Dependencies don't match: 'async-trait' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'futures' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'rsiot-messages-core' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'thiserror' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'tracing' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'uuid' uses workspace inheritance, but the root workspace is not available.
Files in the crates.io crate compared to the repository:
README.md
not found.Cargo.toml
not found.Cargo.lock
not found.examples/multi-thread/
message.rs
not found.main.rs
not found.example_component2.rs
not found.example_component1.rs
not found.
examples/single-thread/
example_component2.rs
not found.example_component1.rs
not found.message.rs
not found.main.rs
not found.
mod.rs
exists, but elsewhere in the repo.src/
cache.rs
not found.cmp_in_out.rs
not found.error.rs
not found.types.rs
not found.component_executor.rs
not found.lib.rs
not found.
src/component/
single_thread.rs
not found.multi_thread.rs
not found.
Looked for the crate in
rsiot-component-core/
. Fetchedhttps://github.com/konstantin-dudersky/rsiot.git
bb81e49495ccf92c0d223fea70fed6335ec8d0bd.Checked on 2024-08-10
- warning: The crates.io package has no commit hash associated with it.
Imprecise dependency requirement tokio = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
tokio = "1.43.0"
. IfCargo.lock
ends up having an unexpectedly old version of the dependency, you might get a dependency that lacks features/APIs or important bugfixes that you depend on. This is most likely to happen when using theminimal-versions
flag, used by users of old Rust versions.
rsiot-redis-subscriber
Failed to verify create's content against its repository
Verified 1 out of 10 files (includes 1 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
- warning: The crates.io package has no information about its path inside its repository.
- warning: Could not discover crate's location in its repository (via tags).
- warning: Could not find any matching commit in the repository. Used latest commit as a fallback. The results may be incorrect.
- warning: There is no matching git tag containing version '0.0.28'.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: can't load root workspace.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: Can't find workspace in //...
- error: Manifest properties don't match: Existence of [lib] inconsistent: published=true; orig=false.
- error: Dependencies don't match: 'futures-util' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'redis' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'rsiot-component-core' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'rsiot-components-config' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'rsiot-messages-core' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'tokio' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'tracing' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'url' uses workspace inheritance, but the root workspace is not available.
- error: Manifest properties don't match: package.repository.
Files in the crates.io crate compared to the repository:
Cargo.lock
does not match the repository.README.md
does not match the repository.Cargo.toml.orig
does not match the repository.ex1.rs
not found.src/
error.rs
not found.fn_process.rs
not found.config.rs
not found.lib.rs
does not match the repository.new.rs
not found.
Fetched
https://github.com/konstantin-dudersky/rsiot.git
36dee9e730dc3d2c91c6ce22d43360f1556085a6.Checked on 2024-07-24
- warning: The crates.io package has no commit hash associated with it.
Dependency redis 0.24.0 is significantly outdated
Upgrade to 0.29.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rsiot-component-core 0.0.28 is significantly outdated
Upgrade to 0.0.71 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rsiot-messages-core 0.0.26 is significantly outdated
Upgrade to 0.0.70 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rsiot-components-config 0.0.28 is outdated
Upgrade to 0.0.70 to get all the fixes, and avoid causing duplicate dependencies in projects.
rsiot-plc
Failed to verify create's content against its repository
Verified 1 out of 23 files (includes 1 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
- warning: Could not find any matching commit in the repository. Used latest commit as a fallback. The results may be incorrect.
- warning: There is no matching git tag containing version '0.0.71'.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: can't load root workspace.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: Can't find workspace in /rsiot-plc/...
- error: Manifest properties don't match: Existence of [lib] inconsistent: published=true; orig=false.
- error: Dependencies don't match: 'async-trait' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'instant' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'rsiot-component-core' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'rsiot-messages-core' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'serde' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'serde_json' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'thiserror' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'tokio' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'tracing' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'gloo' uses workspace inheritance, but the root workspace is not available.
- error: Manifest properties don't match: package.repository.
Files in the crates.io crate compared to the repository:
README.md
not found.Cargo.toml
not found.Cargo.lock
not found.examples/plc-multi-thread/
message.rs
not found.main.rs
not found.fb1_example.rs
not found.fb2_example.rs
not found.
src/
component.rs
not found.fn_process.rs
not found.template.rs
not found.error.rs
not found.config.rs
not found.lib.rs
not found.
src/plc/
function_block_base.rs
not found.mod.rs
not found.
mod.rs
not found.src/plc/library/edge_detect/
mod.rs
not found.rising_edge.rs
not found.
src/plc/library/timer/
ton.rs
not found.mod.rs
not found.
src/plc/types/
time_instant.rs
not found.mod.rs
not found.
Looked for the crate in
rsiot-plc/
. Fetchedhttps://github.com/konstantin-dudersky/rsiot.git
6806aca35de67c7ddcfd702ddb7ac7533d8aee59.Checked on 2024-07-28
- warning: The crates.io package has no commit hash associated with it.
Dependency instant 0.1.12 has issues
It may not be actively developed any more. Consider changing the dependency.
rsiot-redis-publisher
Failed to verify create's content against its repository
Verified 2 out of 10 files (includes 2 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
- warning: The crates.io package has no information about its path inside its repository.
- warning: Could not discover crate's location in its repository (via tags).
- warning: Could not find any matching commit in the repository. Used latest commit as a fallback. The results may be incorrect.
- warning: There is no matching git tag containing version '0.0.28'.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: can't load root workspace.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: Can't find workspace in //...
- error: Manifest properties don't match: Existence of [lib] inconsistent: published=true; orig=false.
- error: Dependencies don't match: 'redis' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'rsiot-component-core' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'rsiot-components-config' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'rsiot-messages-core' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'tokio' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'tracing' uses workspace inheritance, but the root workspace is not available.
Files in the crates.io crate compared to the repository:
Cargo.lock
does not match the repository.README.md
does not match the repository.Cargo.toml.orig
does not match the repository.ex1.rs
not found.src/
error.rs
not found.fn_process.rs
not found.config.rs
not found.lib.rs
does not match the repository.new.rs
not found.
Fetched
https://github.com/konstantin-dudersky/rsiot.git
887cf4a4a139d3836b303332da97f3bfaee176ee.Checked on 2024-08-04
- warning: The crates.io package has no commit hash associated with it.
Dependency redis 0.24.0 is significantly outdated
Upgrade to 0.29.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rsiot-component-core 0.0.28 is significantly outdated
Upgrade to 0.0.71 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rsiot-messages-core 0.0.26 is significantly outdated
Upgrade to 0.0.70 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rsiot-components-config 0.0.28 is outdated
Upgrade to 0.0.70 to get all the fixes, and avoid causing duplicate dependencies in projects.
rsiot-extra-components
Failed to verify create's content against its repository
Verified 2 out of 28 files (includes 2 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
- warning: Could not find any matching commit in the repository. Used latest commit as a fallback. The results may be incorrect.
- warning: There is no matching git tag containing version '0.0.71'.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: can't load root workspace.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: Can't find workspace in /rsiot-extra-components/...
- error: Manifest properties don't match: Existence of [lib] inconsistent: published=true; orig=false.
- error: Dependencies don't match: 'async-trait' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'futures' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'rsiot-component-core' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'rsiot-messages-core' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'serde' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'thiserror' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'tokio' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'tracing' uses workspace inheritance, but the root workspace is not available.
Files in the crates.io crate compared to the repository:
Cargo.toml
not found.README.md
not found.Cargo.lock
not found.examples/
cmp_inject_periodic.rs
not found.cmp_logger.rs
not found.component_many_mpsc_to_mpsc.rs
not found.cmp_derive.rs
not found.cmp_external_fn_process.rs
not found.cmpbase_mpsc_to_broadcast.rs
not found.component_filter_message.rs
not found.
src/
cmp_inject_periodic.rs
not found.cmp_logger.rs
not found.cmp_delay.rs
not found.cmp_external_fn_process.rs
not found.lib.rs
not found.component_filter_message.rs
not found.cmpbase_many_mpsc_to_mpsc.rs
not found.cmp_add_input_stream.rs
not found.cmpbase_mpsc_to_broadcast.rs
not found.cmp_add_output_stream.rs
not found.
src/cmp_derive/
fn_process.rs
not found.component.rs
not found.error.rs
not found.derive_item_process.rs
not found.derive_item.rs
not found.config.rs
not found.mod.rs
not found.
Looked for the crate in
rsiot-extra-components/
. Fetchedhttps://github.com/konstantin-dudersky/rsiot.git
973446807c3b1cc8768f3377fdd21428e936ef68.Checked on 2024-08-10
- warning: The crates.io package has no commit hash associated with it.
rsiot-surrealdb
Failed to verify create's content against its repository
Verified 1 out of 12 files (includes 1 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
- warning: Could not find Cargo.toml for this package in its repo (via tags).
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: can't load root workspace.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: Can't find workspace in /rsiot-surrealdb/...
- error: Manifest properties don't match: Existence of [lib] inconsistent: published=true; orig=false.
- error: Dependencies don't match: 'async-trait' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'rsiot-component-core' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'rsiot-messages-core' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'serde' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'surrealdb' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'thiserror' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'tokio' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'tracing' uses workspace inheritance, but the root workspace is not available.
- error: Manifest properties don't match: package.repository.
Files in the crates.io crate compared to the repository:
README.md
not found.Cargo.toml
not found.Cargo.lock
not found.surrealdb_multi_thread.rs
not found.rsiot-surrealdb/examples/
new_value_int.surql
exists, but elsewhere in the repo.init.surql
exists, but elsewhere in the repo.
src/
component.rs
not found.fn_process.rs
not found.error.rs
not found.config.rs
not found.lib.rs
not found.
Looked for the crate in
rsiot-surrealdb/
. Fetchedhttps://github.com/konstantin-dudersky/rsiot.git
bb81e49495ccf92c0d223fea70fed6335ec8d0bd.Checked on 2024-08-10
- warning: The crates.io package has no commit hash associated with it.
Dependency surrealdb 1.2.0 is outdated
Upgrade to 2.2.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
rsiot-logging
Failed to verify create's content against its repository
Verified 0 out of 7 files (includes 0 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
- warning: Could not find any matching commit in the repository. Used latest commit as a fallback. The results may be incorrect.
- warning: There is no matching git tag containing version '0.0.62'.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: can't load root workspace.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: Can't find workspace in /rsiot-logging/...
- error: Manifest properties don't match: Existence of [lib] inconsistent: published=true; orig=false.
- error: Dependencies don't match: 'thiserror' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'tracing' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'tracing-subscriber' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'tokio' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'tracing-loki' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'url' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'tracing-web' uses workspace inheritance, but the root workspace is not available.
- error: Manifest properties don't match: package.repository.
Files in the crates.io crate compared to the repository:
README.md
not found.Cargo.toml
not found.src/
target_x86_64.rs
not found.error.rs
not found.target_wasm32.rs
not found.lib.rs
not found.
Looked for the crate in
rsiot-logging/
. Fetchedhttps://github.com/konstantin-dudersky/rsiot.git
973446807c3b1cc8768f3377fdd21428e936ef68.Checked on 2024-08-10
- warning: The crates.io package has no commit hash associated with it.
rsiot-modbus-client-config
Failed to verify create's content against its repository
Verified 1 out of 7 files (includes 1 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
- warning: The crates.io package has no information about its path inside its repository.
- warning: Could not discover crate's location in its repository (via tags).
- warning: Could not find any matching commit in the repository. Used latest commit as a fallback. The results may be incorrect.
- warning: There is no matching git tag containing version '0.0.6'.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: can't load root workspace.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: Can't find workspace in //...
- error: Manifest properties don't match: Existence of [lib] inconsistent: published=true; orig=false.
- error: Dependencies don't match: 'url' uses workspace inheritance, but the root workspace is not available.
Files in the crates.io crate compared to the repository:
README.md
does not match the repository.Cargo.toml.orig
does not match the repository.src/
write.rs
not found.read.rs
not found.client_config.rs
not found.lib.rs
does not match the repository.
Fetched
https://github.com/konstantin-dudersky/rsiot.git
6806aca35de67c7ddcfd702ddb7ac7533d8aee59.Checked on 2024-07-28
- warning: The crates.io package has no commit hash associated with it.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["modbus", "конфигурация", "клиента", "для"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
rsiot-components-config
Failed to verify create's content against its repository
Verified 1 out of 30 files (includes 1 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
- warning: Could not find Cargo.toml for this package in its repo (via tags).
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: can't load root workspace.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: Can't find workspace in /rsiot-components-config/...
- error: Manifest properties don't match: Existence of [lib] inconsistent: published=true; orig=false.
- error: Dependencies don't match: 'anyhow' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'http' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'rsiot-messages-core' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'serde' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'thiserror' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'url' uses workspace inheritance, but the root workspace is not available.
Files in the crates.io crate compared to the repository:
Cargo.toml
not found.README.md
not found.rsiot-components-config/src/http_client/
config.rs
exists, but elsewhere in the repo.request_periodic.rs
exists, but elsewhere in the repo.
mod.rs
exists, but elsewhere in the repo.rsiot-components-config/src/modbus_client/
mod.rs
exists, but elsewhere in the repo.periodic_config.rs
exists, but elsewhere in the repo.request.rs
exists, but elsewhere in the repo.
lib.rs
not found.src/http_client/
http_param.rs
not found.types.rs
not found.response.rs
not found.mod.rs
not found.connection_config.rs
not found.request_input.rs
not found.
mod.rs
not found.src/influxdb_v2/
config.rs
not found.error.rs
not found.line_protocol_item.rs
not found.value_type.rs
not found.
src/modbus_client/
types.rs
not found.config.rs
not found.response.rs
not found.input_config.rs
not found.
mod.rs
not found.mod.rs
not found.mod.rs
not found.mod.rs
not found.mod.rs
not found.
Looked for the crate in
rsiot-components-config/
. Fetchedhttps://github.com/konstantin-dudersky/rsiot.git
bb81e49495ccf92c0d223fea70fed6335ec8d0bd.Checked on 2024-08-10
- warning: The crates.io package has no commit hash associated with it.
rsiot-components-config, rsiot-timescaledb-storing, rsiot-redis-publisher, rsiot-modbus-client-config, rsiot-http-client-config, docker-update-hosts, rsiot-channel-utils, rsiot-esp
No repository property
Specify git repository URL in
Cargo.toml
to help users find more information, contribute, and for lib.rs to read more info.
rsiot-env-vars
Failed to verify create's content against its repository
Verified 1 out of 11 files (includes 1 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
- warning: Could not find Cargo.toml for this package in its repo (via tags).
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: can't load root workspace.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: Can't find workspace in /rsiot-env-vars/...
- error: Manifest properties don't match: Existence of [lib] inconsistent: published=true; orig=false.
- error: Dependencies don't match: 'clap' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'dotenvy' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'envy' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'serde' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'thiserror' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'toml' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'tracing' uses workspace inheritance, but the root workspace is not available.
- error: Manifest properties don't match: package.repository.
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.README.md
not found.Cargo.toml
not found.ex1.rs
not found.ienvvars.rs
exists, but elsewhere in the repo.src/
create_env_file.rs
not found.error.rs
not found.lib.rs
not found.cli.rs
not found.load_config.rs
not found.
Looked for the crate in
rsiot-env-vars/
. Fetchedhttps://github.com/konstantin-dudersky/rsiot.git
bb81e49495ccf92c0d223fea70fed6335ec8d0bd.Checked on 2024-08-10
- warning: The crates.io package has no commit hash associated with it.
rsiot
Dependency instant 0.1.12 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency rppal 0.17.1 is significantly outdated
Upgrade to 0.22.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tokio-modbus 0.11.0 is significantly outdated
Upgrade to 0.16.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
docs.rs build failed
docs.rs site failed to build the crate, so users will have trouble finding the documentation. Docs.rs supports multiple platforms and custom configurations, so you can make the build work even if normal crate usage has special requirements.
Docs.rs doesn't need to run or even link any code, so system dependencies can simply be skipped. You can also set
cfg()
flags just for docs.rs and use them to hide problematic code.Dependency axum 0.7.4 is outdated
Upgrade to 0.8.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency embedded-svc 0.27.1 is outdated
Upgrade to 0.28.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency embuild 0.31.3 is outdated
Upgrade to 0.33.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency esp-idf-svc 0.48.1 is outdated
Upgrade to 0.51.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency getrandom 0.2 is outdated
Consider upgrading to 0.3.1 to get all the fixes and improvements.
Dependency leptos 0.6.12 is outdated
Upgrade to 0.7.7 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency leptos_router 0.6.12 is outdated
Upgrade to 0.7.7 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency redis 0.25.0 is outdated
Upgrade to 0.29.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency sqlx 0.7.3 is outdated
Upgrade to 0.8.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency surrealdb 1.2.0 is outdated
Upgrade to 2.2.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency sysinfo 0.30.7 is outdated
Upgrade to 0.33.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency teloxide 0.12.2 is outdated
Consider upgrading to 0.13.0 to get all the fixes and improvements.
Dependency thiserror 1.0.57 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Dependency tower-http 0.5.1 is outdated
Upgrade to 0.6.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Failed to verify create's content against its repository
Verified 497 out of 519 files (includes 1 Cargo-generated).
- error: Cargo.lock was suspiciously large.
- If you don't need this file, use
include
orexclude
inCargo.toml
, otherwise file a bug at https://gitlab.com/lib.rs/main
- If you don't need this file, use
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
- warning: There is no matching git tag containing version '0.0.82'.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
Files in the crates.io crate compared to the repository:
settings.json
does not match the repository.valve.rs
does not match the repository.src/components/cmp_leptos/components/plc_lib/drives/
motor.rs
does not match the repository.mod.rs
does not match the repository.
src/components/cmp_leptos/components/svg_dynamic/
svg_input.rs
does not match the repository.set_global_style.rs
does not match the repository.mod.rs
does not match the repository.component.rs
does not match the repository.
mod.rs
does not match the repository.function_block_base.rs
does not match the repository.src/components/cmp_plc/plc/library/drives/motor/
logic.rs
does not match the repository.i.rs
does not match the repository.
src/components/cmp_plc/plc/library/drives/valve/
logic.rs
does not match the repository.i.rs
does not match the repository.s.rs
does not match the repository.
src/components/cmp_plc/plc/library/drives/valve_analog/
q.rs
does not match the repository.logic.rs
does not match the repository.i.rs
does not match the repository.
mod.rs
does not match the repository..xdp-..com.vivaldi.Vivaldi.Fs84b5-dWf6a8
exists, but elsewhere in the repo.component_executor.rs
does not match the repository.
Fetched
https://github.com/konstantin-dudersky/rsiot.git
34dcb85e57ac16d834b10f7d14e7a184e25eb5db.Checked on 2024-07-28
- error: Cargo.lock was suspiciously large.
Published crate contains binary files
The crate contains binary files (Zip file). Crates are meant to be compiled from source. Please check that you haven't published temporary build files by accident. If you have test fixtures, consider excluding them from crates-io tarball, since Cargo doesn't run tests from crates-io packages.
rsiot-timescaledb-storing
Failed to verify create's content against its repository
Verified 2 out of 13 files (includes 2 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
- warning: Could not find Cargo.toml for this package in its repo (via tags).
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: can't load root workspace.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: Can't find workspace in /rsiot-timescaledb-storing/...
- error: Manifest properties don't match: Existence of [lib] inconsistent: published=true; orig=false.
- error: Dependencies don't match: 'async-trait' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'chrono' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'rsiot-component-core' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'rsiot-components-config' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'rsiot-messages-core' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'sqlx' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'tokio' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'tracing' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'url' uses workspace inheritance, but the root workspace is not available.
Files in the crates.io crate compared to the repository:
README.md
not found.Cargo.toml
not found.Cargo.lock
not found.timescaledb-storing.rs
not found.error.rs
exists, but elsewhere in the repo.mod.rs
exists, but elsewhere in the repo.src/
component.rs
not found.fn_process.rs
not found.config.rs
not found.lib.rs
not found.
src/model/
row.rs
not found.agg_type.rs
not found.
Looked for the crate in
rsiot-timescaledb-storing/
. Fetchedhttps://github.com/konstantin-dudersky/rsiot.git
bb81e49495ccf92c0d223fea70fed6335ec8d0bd.Checked on 2024-08-10
- warning: The crates.io package has no commit hash associated with it.
Dependency sqlx 0.7.3 is outdated
Upgrade to 0.8.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
rsiot-websocket-client-wasm
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/konstantin\-dudersky/rsiot\.git
README missing from crate tarball
Cargo sometimes fails to package the
README
file. Ensure the path to theREADME
inCargo.toml
is valid, and points to a file inside the crate's directory.
rsiot-webstorage
Failed to verify create's content against its repository
Verified 0 out of 8 files (includes 0 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
- warning: The crates.io package has no information about its path inside its repository.
- warning: Could not discover crate's location in its repository (via tags).
- warning: Could not find any matching commit in the repository. Used latest commit as a fallback. The results may be incorrect.
- warning: There is no matching git tag containing version '0.0.70'.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: can't load root workspace.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: Can't find workspace in //...
- error: Manifest properties don't match: Existence of [lib] inconsistent: published=true; orig=false.
- error: Dependencies don't match: 'anyhow' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'async-trait' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'gloo' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'rsiot-component-core' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'rsiot-messages-core' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'thiserror' uses workspace inheritance, but the root workspace is not available.
- error: Manifest properties don't match: package.repository.
Files in the crates.io crate compared to the repository:
README.md
does not match the repository.Cargo.toml.orig
does not match the repository.src/
component.rs
not found.error.rs
not found.fn_process.rs
not found.config.rs
not found.lib.rs
does not match the repository.
Fetched
https://github.com/konstantin-dudersky/rsiot.git
36dee9e730dc3d2c91c6ce22d43360f1556085a6.Checked on 2024-07-24
- warning: The crates.io package has no commit hash associated with it.
Dependency rsiot-component-core 0.0.70 is significantly outdated
Upgrade to 0.0.71 to get all the fixes, and avoid causing duplicate dependencies in projects.
rsiot-localstorage-wasm
Failed to verify create's content against its repository
Verified 0 out of 8 files (includes 0 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
- warning: The crates.io package has no information about its path inside its repository.
- warning: Could not discover crate's location in its repository (via tags).
- warning: Could not find any matching commit in the repository. Used latest commit as a fallback. The results may be incorrect.
- warning: There is no matching git tag containing version '0.0.66'.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: can't load root workspace.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: Can't find workspace in //...
- error: Manifest properties don't match: Existence of [lib] inconsistent: published=true; orig=false.
- error: Dependencies don't match: 'anyhow' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'async-trait' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'gloo' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'rsiot-component-core' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'rsiot-messages-core' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'thiserror' uses workspace inheritance, but the root workspace is not available.
- error: Manifest properties don't match: package.repository.
Files in the crates.io crate compared to the repository:
README.md
does not match the repository.Cargo.toml.orig
does not match the repository.src/
component.rs
not found.error.rs
not found.fn_process.rs
not found.config.rs
not found.lib.rs
does not match the repository.
Fetched
https://github.com/konstantin-dudersky/rsiot.git
973446807c3b1cc8768f3377fdd21428e936ef68.Checked on 2024-08-10
- warning: The crates.io package has no commit hash associated with it.
Dependency rsiot-component-core 0.0.66 is significantly outdated
Upgrade to 0.0.71 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rsiot-messages-core 0.0.66 is significantly outdated
Upgrade to 0.0.70 to get all the fixes, and avoid causing duplicate dependencies in projects.
rsiot-http-client-config
Failed to verify create's content against its repository
Verified 1 out of 11 files (includes 1 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
- warning: The crates.io package has no information about its path inside its repository.
- warning: Could not discover crate's location in its repository (via tags).
- warning: Could not find any matching commit in the repository. Used latest commit as a fallback. The results may be incorrect.
- warning: There is no matching git tag containing version '0.0.8'.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: can't load root workspace.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: Can't find workspace in //...
- error: Manifest properties don't match: Existence of [lib] inconsistent: published=true; orig=false.
- error: Dependencies don't match: 'http' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'rsiot-messages-core' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'url' uses workspace inheritance, but the root workspace is not available.
Files in the crates.io crate compared to the repository:
README.md
does not match the repository.Cargo.toml.orig
does not match the repository.src/
http_client_config.rs
not found.response.rs
not found.request_on_event.rs
not found.types.rs
not found.request_periodic.rs
not found.request_param.rs
not found.lib.rs
does not match the repository.connection_config.rs
not found.
Fetched
https://github.com/konstantin-dudersky/rsiot.git
6806aca35de67c7ddcfd702ddb7ac7533d8aee59.Checked on 2024-07-28
- warning: The crates.io package has no commit hash associated with it.
Dependency rsiot-messages-core 0.0.8 is significantly outdated
Upgrade to 0.0.70 to get all the fixes, and avoid causing duplicate dependencies in projects.
rsiot-redis-client
Dependency redis 0.24.0 is significantly outdated
Upgrade to 0.29.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
rsiot-surrealdb, rsiot-components-config, rsiot-env-vars, rsiot-plc, rsiot-auth, rsiot-timescaledb-storing, rsiot-webstorage, rsiot-message-router, rsiot-redis-subscriber, rsiot-redis-publisher, rsiot-modbus-client-config, rsiot-http-client-config, rsiot-localstorage-wasm, rsiot-macros, rsiot-esp
The Cargo package has no git commit information
Before publishing a package, make sure all packaged files are committed to the repository, and there are no "dirty" files. Push this commit to crate's public repository.
rsiot-message-router
Failed to verify create's content against its repository
Verified 0 out of 5 files (includes 0 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
- warning: The crates.io package has no information about its path inside its repository.
- warning: Could not discover crate's location in its repository (via tags).
- warning: Could not find any matching commit in the repository. Used latest commit as a fallback. The results may be incorrect.
- warning: There is no matching git tag containing version '0.0.21'.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: can't load root workspace.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: Can't find workspace in //...
- error: Manifest properties don't match: Existence of [lib] inconsistent: published=true; orig=false.
- error: Manifest properties don't match: package.repository.
Files in the crates.io crate compared to the repository:
README.md
does not match the repository.Cargo.toml.orig
does not match the repository.diagram.svg
not found.lib.rs
does not match the repository.
Fetched
https://github.com/konstantin-dudersky/rsiot.git
887cf4a4a139d3836b303332da97f3bfaee176ee.Checked on 2024-08-04
- warning: The crates.io package has no commit hash associated with it.
rsiot-modbus-client, rsiot-websocket-server, rsiot-http-client, rsiot-messages-core, rsiot-component-core, rsiot-extra-components, rsiot-http-server, rsiot-http-client-wasm, rsiot-websocket-client, rsiot-websocket-client-wasm, rsiot-redis-client, rsiot-leptos, rsiot-logging, rsiot-influxdb
Dependency thiserror 1.0.56 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
rsiot-http-server
Dependency axum 0.7.4 is outdated
Upgrade to 0.8.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tower-http 0.5.1 is outdated
Upgrade to 0.6.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
rsiot-esp
Failed to verify create's content against its repository
Verified 0 out of 24 files (includes 0 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
- warning: Could not find Cargo.toml for this package in its repo (via tags).
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: the path 'rsiot-esp' does not exist in the given tree; class=Tree (14); code=NotFound (-3).
- error: Manifest properties don't match: Existence of [lib] inconsistent: published=true; orig=false.
- error: Manifest properties don't match: package.build: crates.io=build.rs, orig=<unset>.
Files in the crates.io crate compared to the repository:
README.md
not found.Cargo.toml
not found.config.toml
not found.rsiot-esp/
rust-toolchain.toml
exists, but elsewhere in the repo.sdkconfig.defaults
exists, but elsewhere in the repo..gitignore
exists, but elsewhere in the repo.diagram.json
exists, but elsewhere in the repo.build.rs
exists, but elsewhere in the repo.wokwi.toml
exists, but elsewhere in the repo.
rsiot-esp/src/hardware_tasks/
wifi_setup.rs
exists, but elsewhere in the repo.mod.rs
exists, but elsewhere in the repo.
rsiot-esp/src/http_server/
config.rs
exists, but elsewhere in the repo.new.rs
exists, but elsewhere in the repo.fn_process.rs
exists, but elsewhere in the repo.mod.rs
exists, but elsewhere in the repo.
lib.rs
not found.src/hardware_tasks/
gpio_input.rs
not found.gpio_output.rs
not found.
src/storage/
fn_process.rs
not found.mod.rs
not found.config.rs
not found.error.rs
not found.new.rs
not found.
Looked for the crate in
rsiot-esp/
. Fetchedhttps://github.com/konstantin-dudersky/rsiot.git
0dc364957983abbbee1fed0cc38242f666e48983.Checked on 2024-07-28
- warning: The crates.io package has no commit hash associated with it.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Dependency rsiot-component-core 0.0.31 is significantly outdated
Upgrade to 0.0.71 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rsiot-messages-core 0.0.30 is significantly outdated
Upgrade to 0.0.70 to get all the fixes, and avoid causing duplicate dependencies in projects.
docs.rs build failed
docs.rs site failed to build the crate, so users will have trouble finding the documentation. Docs.rs supports multiple platforms and custom configurations, so you can make the build work even if normal crate usage has special requirements.
Dependency embedded-svc 0.26.4 is outdated
Upgrade to 0.28.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency embuild 0.31.3 is outdated
Upgrade to 0.33.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency esp-idf-svc 0.47.3 is outdated
Upgrade to 0.51.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement postcard = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
postcard = "1.1.0"
. IfCargo.lock
ends up having an unexpectedly old version of the dependency, you might get a dependency that lacks features/APIs or important bugfixes that you depend on. This is most likely to happen when using theminimal-versions
flag, used by users of old Rust versions.Missing keywords
Help users find your crates. Add
keywords = ["esp", "gpio", "чтение", "входов", "микроконтроллера"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
rsiot-leptos
Dependency leptos 0.6.5 is outdated
Upgrade to 0.7.7 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rsiot-macros 0.0.64 is slightly outdated
Consider upgrading to 0.0.72 to get all the fixes and improvements.
rsiot-surrealdb, rsiot-components-config, rsiot-env-vars, rsiot-plc, rsiot-auth, rsiot-webstorage, docker-update-hosts, rsiot-localstorage-wasm, rsiot-esp
Dependency thiserror 1.0.56 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
rsiot-macros
Failed to verify create's content against its repository
Verified 3 out of 6 files (includes 0 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
- warning: Found a Cargo.toml for this package in its repo (via tags), but the version was different.
- warning: There is no matching git tag containing version '0.0.72'.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: can't load root workspace.
- error: Cargo.toml parse error: Cargo.toml.orig workspace error: Can't find workspace in /rsiot-macros/...
- error: Dependencies don't match: 'proc-macro-error' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'proc-macro2' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'quote' uses workspace inheritance, but the root workspace is not available.
- error: Dependencies don't match: 'syn' uses workspace inheritance, but the root workspace is not available.
- error: Manifest properties don't match: package.repository.
Files in the crates.io crate compared to the repository:
Cargo.toml.orig
does not match the repository.create_signal_from_msg.rs
exists, but elsewhere in the repo.create_signal_from_msg.rs
does not match the repository.
Looked for the crate in
rsiot-macros/
. Fetchedhttps://github.com/konstantin-dudersky/rsiot.git
bb81e49495ccf92c0d223fea70fed6335ec8d0bd.Checked on 2024-08-10
- warning: The crates.io package has no commit hash associated with it.
docker-update-hosts
Dependency bollard 0.15.0 is significantly outdated
Consider upgrading to 0.18.1 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["network-programming"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["ip-address", "etc-hosts", "running"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
rsiot-channel-utils
Dependency rsiot-messages-core 0.0.2 is significantly outdated
Upgrade to 0.0.70 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement tokio = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
tokio = "1.43.0"
. IfCargo.lock
ends up having an unexpectedly old version of the dependency, you might get a dependency that lacks features/APIs or important bugfixes that you depend on. This is most likely to happen when using theminimal-versions
flag, used by users of old Rust versions.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["concurrency"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["в", "сообщений", "для", "на", "сообщения"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.