Skip to content

Document that agnix-core requires std even without filesystem feature #485

@avifenesh

Description

@avifenesh

Audit Finding (Architecture, Low)

Location: crates/agnix-wasm/Cargo.toml:19

agnix-wasm declares agnix-core with default-features = false, which looks like no_std support. But agnix-core still requires std. This creates confusion.

Fix: Document in agnix-core's Cargo.toml and README that the filesystem feature only controls file I/O dependencies (rayon, ignore, dirs), not std compatibility.

Found by /audit-project

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions