filemode 0.1.1

Type-safe, zero-cost conversions between Unix mode_t and Go os.FileMode formats
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 = "filemode"
version = "0.1.1"
authors = [
    "ArcBox Labs <oss@arcbox.dev>",
    "AprilNEA <dev@aprilnea.me>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Type-safe, zero-cost conversions between Unix mode_t and Go os.FileMode formats"
documentation = "https://docs.rs/filemode"
readme = "README.md"
keywords = [
    "filemode",
    "unix",
    "go",
    "permissions",
    "buildkit",
]
categories = [
    "os",
    "encoding",
    "filesystem",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/AprilNEA/buildkit-client"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[dependencies]