# 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 = "innkeeper" version = "0.1.9" autobins = false autoexamples = false autotests = false autobenches = false default-run = "Inn" description = "🍺 Run." readme = "README.md" license = "MIT" repository = "https://github.com/NikolaRHristov/Inn.git" [lib] name = "Library" crate-type = [ "staticlib", "cdylib", "rlib", ] path = "Source/Library.rs" [[bin]] name = "Inn" path = "Source/Library.rs" [[bin]] name = "Innkeeper" path = "Source/Library.rs" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.walkdir] version = "2.5.0"