# 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 = "codendocs" version = "0.0.7" authors = ["codendocs"] build = "rs/build/build.rs" include = [ "rs", "README.md", ] default-run = "cnd" description = "Code & Docs Rust Library or Application" homepage = "https://github.com/codendocs" readme = "README.md" license = "MIT" repository = "https://github.com/codendocs/codendocs" [lib] name = "cnd" path = "rs/rs_src/lib.rs" [[bin]] name = "cnd" path = "rs/rs_bin/main.rs"