indicate 0.2.1

Library behind cargo-indicate
Documentation
FullQuery(
    query: r#"
{
    RootPackage {
        dependencies {
            name @output(name: "dep_name")
            repository {
                ... on GitHubRepository {
                    url @output
                    name @output
                    hasIssues @output
                    archived @output
                    fork @output
                }
                
            }
        }
    }
}
    "#,
    args: {}
)