# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "docsrs-test" version = "0.0.5" authors = ["Onur Aslan "] description = "A dummy package to test [package.metadata.docs.rs]" license = "MIT" [package.metadata.docs.rs] all-features = false default-target = "i686-unknown-linux-gnu" dependencies = ["libc6"] features = ["feature1", "feature2"] no-default-features = true rustdoc-args = ["--no-defaults", "--passes", "collapse-docs", "--passes", "unindent-comments"] [dependencies.serde] version = "1.0.8" [features] default = ["feature1", "feature3"] feature1 = [] feature2 = [] feature3 = []