ax-errno 0.4.7

Generic error code representation.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "ax-errno"
version = "0.4.7"
authors = ["Yuekai Jia <equation618@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generic error code representation."
readme = "README.md"
keywords = [
    "arceos",
    "errno",
]
categories = [
    "no-std",
    "os",
]
license = "Apache-2.0"
repository = "https://github.com/rcore-os/tgoskits"
resolver = "3"

[lib]
name = "ax_errno"
path = "src/lib.rs"

[dependencies.log]
version = "0.4"

[dependencies.strum]
version = "0.27.2"
features = ["derive"]
default-features = false