# 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" rust-version = "1.63" name = "auto_mount" version = "0.1.5" authors = ["shalom "] include = [ "**/*.rs", "Cargo.toml", ] description = "auto_mount has a function that automatically mounts a newly inserted device as a gpt partition." documentation = "https://docs.rs/auto_mount" readme = "ReadMe.md" keywords = [ "device", "mount", "disk", "ubuntu", ] license-file = "LICENSE" repository = "https://github.com/ski0090/auto_mount" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "doc_cfg", ] [dependencies.sysinfo] version = "0.25"