Currently during build some warnings pop up that can be easily fixed by updating toml crate and making small changes to remove the unused warnings, because the unused imports can be added when those features are implemented. I would also like to add CI commands like cargo test --workspace --all-features and cargo clippy --workspace --all-targets --all-features -- -D warnings. These commands will run on all future pull requests and ensure all features and workspace members are tested and linted properly.

Currently during build some warnings pop up that can be easily fixed by updating toml crate and making small changes to remove the unused warnings, because the unused imports can be added when those features are implemented. I would also like to add CI commands like cargo test --workspace --all-features and cargo clippy --workspace --all-targets --all-features -- -D warnings. These commands will run on all future pull requests and ensure all features and workspace members are tested and linted properly.